407118: GYM102697 089 The Model

Memory Limit:256 MB Time Limit:1 S
Judge Style:Text Compare Creator:
Submit:0 Solved:0

Description

089. The Modeltime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard output

The Model

You are making a model airplane, which will be powered by rubber bands. Luckily, to speed up the process of winding the rubber bands, you have a crank winder, which has a certain ratio (e.g. 15:1), representing how many winds of the rubber band one turn of the winder will result in. Given this value, and how many winds you ultimately want the airplane's rubber band to have, figure out how many times you need to turn the winder.

Input

The first line of input contains a single positive integer $$$n$$$, representing the number of winds you want the plane to have. The second line of input contains a single positive integer $$$m$$$, representing how many winds of the rubber band one turn of the winder corresponds to.

Output

Output a single positive integer $$$w$$$: how many times you need to spin the winder. This value is guaranteed to be an integer.

ExamplesInput
2250
15
Output
150
Input
64
4
Output
16
Note

For the first example, $$$150.0$$$ would also be judged as a correct answer.

加入题单

算法标签: