Hey guy’s. i was practicing on Codechef on the medium section.
This is the problem i am working on: Marbles
This i my code: MyCode
When i submit it says NZEC. although i don’t think any of my code can throw any exception.
I experimented with a try except block and found out that the very last statement ie
print(int©)
is throwing an exception apparently. I cannot think why that would throw an NZEC. Someone please help.