#P1480. Division of Two Integers
Division of Two Integers
Division of Two Integers
Given two integers and , compute and output their quotient . You may assume that .
inputFormat
The input contains two space-separated integers and on a single line. It is guaranteed that .
outputFormat
Output a single integer which is the quotient of divided by . (Integer division is used.)
sample
10 2
5