prob: https://hack.codingblocks.com/app/contests/1975/21/problem
1 test case failing
Hey in this question see for this test case
Input:
4
1 2 3 0
Expected output is: 3 0 1 2
Yours is showing this: 1 0 3 2
thanks its been done now
Do give your feedback
