Problem4495--刷题

4495: 刷题

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

小爱需要完成 lns="http://www.w3.org/1998/Math/MathML">n 道题目,她每天可以做 lns="http://www.w3.org/1998/Math/MathML">t 道题。那么她需几天才能完成任务?

Input

  • 第一行:单个整数表示 lns="http://www.w3.org/1998/Math/MathML">n
  • 第二行:单个整数表示 lns="http://www.w3.org/1998/Math/MathML">t

Output

  • 单个整数:表示完成题目的天数。

Sample Input Copy

10 
3

Sample Output Copy

4

Source/Category