https://www.codechef.com/submit/FLOW004
Why is it that I get a WA despite getting a correct output ?
cout << n + k << “\n” (or) cout << n + k << endl;
BECAUSE for each test case the answer should be in new line
and yes as @neelanshmathur said keep n >= 10 and if u don’t understand why n >= 10
you can come here again we’ll help you.
1 Like