Runtime Error

Write here if you have problems with your C++ source code

Moderator: Board moderators

Post Reply
Faizur
New poster
Posts: 39
Joined: Fri Jun 06, 2003 3:04 pm

Runtime Error

Post by Faizur »

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?????????
Dominik Michniewski
Guru
Posts: 834
Joined: Wed May 29, 2002 4:11 pm
Location: Wroclaw, Poland
Contact:

Post by Dominik Michniewski »

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
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)
Post Reply

Return to “C++”