Problem J
M-Climb Road

The upperclassmen have conspired to have a water gun placed
exactly every
Input
The input consists of two lines:
The first line contains a single integer
The second line contains a single integer
Output
An integer representing how many times you will get squirted
with a water gun. (Remember that there is no water gun at the
Sample Input 1 | Sample Output 1 |
---|---|
3 50 |
316 |
Sample Input 2 | Sample Output 2 |
---|---|
2 500 |
21 |