1921: 求商

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:407 Solved:1

Description

  求两个整数相余的商。

Input

 一行,两个整数。

Output

  一行,一个整数。

Sample Input Copy

12 5

Sample Output Copy

2

Source/Category