https://hack.codingblocks.com/contests/c/537/217
https://ide.codingblocks.com/s/57895
1 test case is giving wrong answer
Hi Agraj, consider the following case:
Input:
3
5 5 5
3
5 5 5
Expected Output:
1, 1, 1, 0, END
Your code’s output:
1, 1, 1, END