Runtime Error
Moderator: Board moderators
Runtime Error
I am getting Run time Error in many Problems but can't identify the reason behind that.Can any one tell me what r the reasons that may cause runtime errors?????????
-
- Guru
- Posts: 834
- Joined: Wed May 29, 2002 4:11 pm
- Location: Wroclaw, Poland
- Contact:
You got from judge message like this:
Your program died with signal XX (SIG_XXXXX)
Meaning: XXXXXXXXXXXXXXXX
where XXXX are replaced with appropriate message
This message tell you very clearly what happens ....
Message could be:
- invalid memory reference
- floating point exception
and so on.....
You must do something , which is according to message you pass ...
Best regards
DM
Your program died with signal XX (SIG_XXXXX)
Meaning: XXXXXXXXXXXXXXXX
where XXXX are replaced with appropriate message

Message could be:
- invalid memory reference
- floating point exception
and so on.....
You must do something , which is according to message you pass ...
Best regards
DM
If you really want to get Accepted, try to think about possible, and after that - about impossible ... and you'll get, what you want ....
Born from ashes - restarting counter of problems (800+ solved problems)
Born from ashes - restarting counter of problems (800+ solved problems)