Joke
Medium
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
The problem is to cut the largest possible number of circles with diameter y out of a stripe of length x and width y.
Input
The only line of input consists of two positive real numbers x and y with 9-digit precision separated by spaces. The integers may be written without decimal point.
Output
Output a single integer - the maximum number of circles one can cut out of the stripe.
Examples
Input #1
Answer #1
Submissions 783
Acceptance rate 6%