fn find_count_of_winning_hold_times(race: &Race) -> i64
Expand description
Calculate the range of seconds the boat’s button could be pressed for to exceed the current record for a race. Uses the quadratic formula to calculate the upper and lower bound, and return the size of the range of integers within those bounds.