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;ceil