2 test case is not right?
Hey @kailash_01 your logic is correct but there is a minor mistake that, after loop if c is still greater than zero than you need to print c first and then the vector.
For example in the case
5
5 4 3 2 1
5
9 8 7 6 5
Answer should be 1, 5, 3, 0, 8, 6, END but your code would print 5, 3, 0, 8, 6, END because you didnt consider overflow from last digit.
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.