+ 2
Help with a runtime error in C++ code
Please find the code with the description of the problem- https://code.sololearn.com/cs4WNCnKQLwi/?ref=app I don't know why the error is occured?
9 Respostas
+ 5
Well then, i'm agreed with john Wells. because its seems fine to me...
+ 4
Google Code Jam recently put out: We apologize for any platform delays that may have been experienced earlier. The situation seems to be normalized now and we encourage you to get back in there.
+ 4
I suggest ignoring any errors and keep on retrying until it works. Your code seems fine and should work. Server load causes errors due to timeout that retries will eventually succeed.
+ 3
What do you expect about the output...?
+ 3
John Wells , thanks. I will try again. But there maybe something erroneous because I fought segmentation error 11, when I was trying in an online code editor.
+ 1
hello sir I just kidded with mitali jadhavrao and she is saying you to report me leave that and help your children's
+ 1
I want to become a game developer only with Python isn't it better
+ 1
@Vecroz, The same output I'm getting here is what I expect and Google codejam expect.
0
I rectified the issue, it was a logical error that was causing the runtime error for some compilers. Now I am facing TIME LIMIT EXCEEDED.