Problem H: A/B Problem I(高精/低精)

Problem H: A/B Problem I(高精/低精)

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 584  Solved: 187
[Submit] [Status] [Web Board] [Creator:]

Description

给出正整数N和M,请你计算N div M(N/M的下取整)。

Input

两行,两个正整数,N和M。

Output

一行,一个整数,表示N div M。

Sample Input Copy

1000 
333

Sample Output Copy

3

HINT

• 对于60%的数据:N≤ 750!,M≤ 1e5

• 对于100%的数据:N≤ 6250!,M≤ 1e9

请注意:上面的两句话并不是感叹句,而是陈述句。标点符号使用没有错误。