runtime error

I am getting run time error in many of my programs. Is it due to the number of variables I am using??

1 Like

Please read the part in FAQ - http://www.codechef.com/wiki/faq#Why_is_my_code_not_correct. Especially the part about runtime exceptions - http://www.codechef.com/wiki/faq#Why_do_I_get_a_Runtime_exception .

you should read FAQ here.and then go to My submission and fing which type of error is (like SIGSEGV for segmentation error).then debug the program according to that.Happy coding…

2 Likes