Array sum of two array2

https://hack.codingblocks.com/contests/c/537/217
https://ide.codingblocks.com/s/55570
Two test case is generating Wrong Answer

Wrong Test Case
5
1 1 1 1 1
2
9 9 9 9 9
Correct Answer
1,1,1,1,1,0,END
Your Answer
1,1,1,1,0,END

yes corrected it thanks