Java NZEC runtime error

I wrote a program for jump chef problem. It worked perfectly in my local machine, it didnt throw ny kind of exception and errors but when I tried to submit it online in codechef it returned NZEC runtime error.I tried my level best to solve it before contest ends but I was not able to submit it . Now, will my code be accepted for IIITD entrance ?

You know what “Not Zero Exit Code” (NZEC) means in english?

I’m refering to your statement:

System.exit(10);

Try few problems in practice section before next contest start and it will be better next time :wink: