Problem A
Ball
Languages
en
is

There is a school dance scheduled tomorrow and
Input
The first line of the input contains a single even integer
Output
Print the pair that the prankster added, on a single line.
The numbers,
Scoring
Group |
Points |
Constraints |
1 |
40 |
|
2 |
30 |
|
3 |
30 |
No further constraints |
Sample Input 1 | Sample Output 1 |
---|---|
10 1 2 3 5 4 8 6 7 4 7 9 10 |
4 7 |
Sample Input 2 | Sample Output 2 |
---|---|
2 2 1 1 2 |
1 2 |