Hello,
I recieve a NZEC error when submitting my solution.
I wrote the code in Java and exported the project into jar executable.
I changed my only class name into “Main” and changed the main class
to “Main” in run confugurations.
When I run my solution from the console it does works
(I use: java -jar Prep.jar < in.txt > out.txt).
Also, when i insert the source code into the editor in the submission page
I recieve a successful submission without errors.
Would appriciate any help for this problem,
Simon
[link text][1]http://www.codechef.com/viewsolution/2429109