I get an error for my resolution.
But I really don't understand why as for me my program is correct.
Can you send me the test case that returns an error ... please
Thanx
created
last reply
- 3
replies
- 610
views
- 2
users
I get an error for my resolution.
But I really don't understand why as for me my program is correct.
Can you send me the test case that returns an error ... please
Thanx
Depending on your choice of language, you might have to explicitly "return 0" so that your program exits cleanly. Any other possible errors obviously depend on what you are doing. Are you making any assumptions which aren't explicitly stated in the problem?
Also, I expect that you still have plenty of submissions left before 256, so if it becomes necessary, you can probably invest some into figuring out which portion of your code generated the error.