I was getting this error in some of the problems and my solution was getting Memory Limit Exceeded on Test 1 or Wrong Answer on Test 1. But after adding below lines my solutions got accepted. ifstream cin("input.txt"); ofstream cout("output.txt");
Link of failed submission Link of passed submission Problem1