Input:
4
Output:
*
* *
* * *
* * * *
Input:
4
23
1
16
71
20
12
32
19
42
Output:
24
1
Input:
42
18
Output:
6
Input:
37
84
Output:
84
Input:
16
51
Output:
Before swap
a: 16 -> 0x7ffee*******
b: 51 -> 0x7ffee*******
After swap
a: 51 -> 0x7ffee*******
b: 16 -> 0x7ffee*******