Problem2375--AIO2017P1 - Archery

2375: AIO2017P1 - Archery

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description






Constraints
To evaluate your solution, the judges will run your program against several difffferent input fifiles.
All of these fifiles will adhere to the following bounds:
• 1 ≤ N ≤ 1 000 (the number of contestants in the IAO)
• 1 ≤ A ≤ N (your rank on the fifirst day)
• 1 ≤ B ≤ N (your rank on the second day)

Sample Input Copy

10 5 8

Sample Output Copy

3 10

Source/Category

AIO