Ad
  • Custom User Avatar

    Indeed. As an example and possible non-spoiler hint,

    (3600 * delta_distance) / s

    can produce "correct" results while

    3600 * (delta_distance / s)

    can fail tests.