+ 4
Compilation error
why this code made a compilation error https://code.sololearn.com/cFEZ28d9ghge/?ref=app
9 Answers
+ 20
You miss a comma in the 2D array "grid". Look:
https://code.sololearn.com/copHFV6ap99v/?ref=app
+ 12
sometimes connection gets lost , might thatswhy error occured
//working for me , 5000
+ 11
Usually compiler write to us which kind of error we have đ
+ 8
As they said, it works fine. However, I've noticed lately when using the Code Playground that I get that error once in awhile even though there is no actual error. I believe it's something taking place on the server end when it's compiling and that's just the output you're getting fed back. That may also be why it doesn't feed you back any information on the compile error.
Just my guess on it.
+ 4
Works well for me!
(Output is 5000)
+ 3
output 5000 working
+ 3
It is working without any error!
+ 2
https://code.sololearn.com/c3AsLcN3QH21/?ref=app
what about this. is it here some error in the code?
0
It is working well for me