Page 1 of 1

Runtime Error

Posted: Wed Oct 26, 2005 1:15 am
by Bj
Hi.

Is there any way to get information about where/why a program fails? "Runtime Error" alone is not very helpful and frankly I don't think the point of problem solving at this site is to guess, rewrite the code (repeat) until my compiler and the judge agrees what's correct.

Cheers!

Posted: Fri Oct 28, 2005 6:13 pm
by LPH
The old Judge status system (which is still running now at here) will say why it's crashed (its signal) when received a Runtime Error (like SIGSEGV or SIGFPE).
Can the new status system add in this feature?

Posted: Wed Nov 02, 2005 6:31 am
by Bj
Thanks, that's very useful!