Motor rally
Problem
A car drives n
miles in a day. How many days does it take to drive a m
mile long route?
Input format
Given two integers: n
и m
(n, m > 0).
Output format
Output answer to the problem.
It is forbidden to use any algorithmic constructions except arithmetic operations. See the list of forbidden operations in the line forbidden operators.
Example
N |
Input |
Output |
1 |
700
750 |
2 |
2 |
700
2100 |
3 |
Запрещенные операторы: if
; ?
; while
; do
; for
; max