Rocket
Medium
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
A rocket launches with an initial velocity of and moves in a straight line with a constant acceleration . Determine the first meter of the path that will be covered in less time than a given (seconds).
Input
The input consists of three real numbers: , , and , separated by spaces.
Output
Output a single integer: the number of the first meter that meets the time requirement.
Examples
Input #1
Answer #1
Submissions 1K
Acceptance rate 10%