Golang IDE doesn't work properly

When I was writing code for a simple problem (Find Remainder), the IDE was constantly generating the NZEC error while in reality code was working absolutely as was needed (which I proved by running it in another online editor).
After I pressed the button “Submit”, my code was accepted as correct answer.
Nevertheless, I am forced to leave this platform because it doesn’t have any sense to refine programming skills using such bad working IDE.

Did you provide custom input to the IDE? If your code needed input, but you didn’t provide them in custom input, then IDE will give runtime error.

1 Like

Yes, all was done properly - I just copied the input data from the example discription to the field for the custom input. And I tried simpler input. The IDE was outputting sometimes a normal (correct) response and sometimes it was outputting the NZEC error.

Please upgrade the go compiler. At present it is too old 1.7 compared to the latest 1.18 having generics