The_Limit_Does_Not_Exist's blog

By The_Limit_Does_Not_Exist, 4 years ago, In English

Hello all

I was practicing problem on graph theory and I got TLE on this submission.

Later on same code I commented out my 2 debug statements:

cerr << node << "FE" << to << endl;
cerr << node << "BE" << to << endl;

and got AC on this submission.

Why is this so?

So for future submissions should I always remove debug statements and then submit?

Full text and comments »