runtime error

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

2 Likes

Please read the part in FAQ - FAQ | CodeChef. Especially the part about runtime exceptions - FAQ | CodeChef .

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