Integer division and remainder




Task
Time limit: 1000 ms,
Memory limit: 256 Mb

A car drives n miles in a day. How many days does it take to drive a m mile long route?
It is forbidden to use any algorithmic constructs (if, while, for, etc.), except for arithmetic operations

Input: given 2 integers n и m (n, m > 0).
Output: Output answer to the problem.

Examples
N Input Output
1 700
750
2
2 700
2100
3

 
Prohibited statements:if;?;while;do;for;max

Auto CHOOSE THE PROGRAMMING NECESSARY LANGUAGE!
Attach the program source file:
or enter the source code in the language:

Rules for designing programs and a list of errors during automatic task verification
           

Results: