A / B - MarisaOJ: Marisa Online Judge

A / B

Time limit: 1000 ms
Memory limit: 256 MB
You are given 2 integers A, B. Print the integer part of their division! ### Input - A single line contains two integer A,B. ### Output - Print the integer part of AB! ### Constraints - (1≤A,B≤1000). ### Example Input: 73 Output: 2