eolymp
bolt
Спробуйте наш новий інтерфейс для відправки розв'язків

Joke

Ліміт часу 1 секунда
Ліміт використання пам'яті 64 MiB

The problem is to cut the largest possible number of circles with diameter y out of a stripe of length x and width y.

Вхідні дані

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 a single integer - the maximum number of circles one can cut out of the stripe.

Приклад

Вхідні дані #1
6.3 0.9
Вихідні дані #1
7
Джерело ACM ICPC 2010-2011 NEERC Moscow Subregional