pls help me i think im implementing right logic still i don’t know why 2 testcases failed
2 test cases failed help me
Hey @nigamshubham1998
try for this input
2
3 3
2
9 9
its correct output is
1, 3, 2 , END
your codes gives
13, 2, END
Please mark your All previous doubts as resolved in your course’s.
can u tell me how can i correct my code
oh dear i got the mistake sopln(carry); i have to provide space in this like this sopln(carry+" ");