Problem C
Flæðasmíði
Languages
en
is
The summer is being used to do all kinds of maintenance and
the utilities are no exception. There are
Input
The input contains two integers
Output
The first line of the output should contain the two integers
If there are multiple solutions, you may output any of them.
Sample Input 1 | Sample Output 1 |
---|---|
1 2 |
3 2 1 2 1 3 |
Sample Input 2 | Sample Output 2 |
---|---|
1 5 |
11 12 1 7 1 8 7 1 7 9 8 10 8 11 9 1 9 2 10 3 10 4 11 5 11 6 |
Sample Input 3 | Sample Output 3 |
---|---|
3 5 |
15 19 1 9 1 8 2 7 2 6 3 5 3 4 9 10 9 11 10 12 10 15 11 13 11 14 12 15 12 4 13 5 13 6 14 7 14 8 15 9 |