문제
Bessie is running a race of length
Bessie will always run toward the finish line, and she wants to finish after an integer amount of seconds (ending either at or past the goal line at this integer point in time). Furthermore, she doesn’t want to be running too quickly at the finish line: at the instant in time when Bessie finishes running
SCORING:
Test cases 2-4 satisfy
N=X=1. Test cases 5-10 satisfy no additional constraints.
Problem credits: Nick Wu
입력
The first line will contain two integers
The next
출력
Output
예제1
10 5
1
2
3
4
5
6
5
5
4
4
