1094: 公园划船

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:142 Solved:109

Description

n个同学去公园划船,每条船最多只能坐m人,编程序输出最少要租多少条船?

Input

一行,两个整数n和m。

Output

一个整数,表示要租的船只数。

Sample Input Copy

18 6

Sample Output Copy

3