#P1027G. X-mouse in the Campus
X-mouse in the Campus
No submission language available for this problem.
Description
The campus has rooms numbered from to . Also the -mouse lives in the campus. The -mouse is not just a mouse: each second -mouse moves from room to the room (in fact, it teleports from one room to another since it doesn't visit any intermediate room). Starting position of the -mouse is unknown.
You are responsible to catch the -mouse in the campus, so you are guessing about minimum possible number of traps (one trap in one room) you need to place. You are sure that if the -mouse enters a trapped room, it immediately gets caught.
And the only observation you made is .
The only line contains two integers and (, , ) — the number of rooms and the parameter of -mouse.
Print the only integer — minimum number of traps you need to install to catch the -mouse.
Input
The only line contains two integers and (, , ) — the number of rooms and the parameter of -mouse.
Output
Print the only integer — minimum number of traps you need to install to catch the -mouse.
Samples
Note
In the first example you can, for example, put traps in rooms , , . If the -mouse starts in one of this rooms it will be caught immediately. If -mouse starts in the -st rooms then it will move to the room , where it will be caught.
In the second example you can put one trap in room and one trap in any other room since -mouse will visit all rooms if it will start in any of these rooms.