You are not logged in.
Pages: 1
[Edit: I'm pretty sure I figured out my problem. I need to change how I parse the input data.]
Does any one have any experience with SPOJ?
I wrote a program for one of the problems and everything runs fine on my machine. I've read the forums there and taken every precaution I can to make the code work.
This thing is really frustrating.
If your interested, here is the code that it won't accept:
https://www.spoj.pl/files/src/2089297/
The SPOJ returns a NZEC (non zero exit code) error.
Last edited by pinchyfingers (2009-01-30 04:27:03)
Offline
could you post your code on pastebin or sth and write SPOJ's problem-code...
you should be very careful with reading input and throw out output (especially new lines, spaces, etc...)
Last edited by vbr (2009-02-19 15:19:43)
Offline
Pages: 1