Блог пользователя The_Limit_Does_Not_Exist

Автор The_Limit_Does_Not_Exist, 4 года назад, По-английски

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?

Полный текст и комментарии »

  • Проголосовать: нравится
  • -21
  • Проголосовать: не нравится