Codeforces и Polygon могут быть недоступны в период с 23 мая, 7:00 (МСК) по 23 мая, 11:00 (МСК) в связи с проведением технических работ. ×

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

Автор rogernadal, история, 5 лет назад, По-английски

Hi, I am probably missing something too basic, however couldn't find the reason why my code is timing out for the test case 6. The problem is based on basic sorting (using library sort).

The Problem : https://codeforces.com/contest/977/problem/C The Timing Out submission : https://codeforces.com/contest/977/submission/46529037 The non-timing out submission : https://codeforces.com/contest/977/submission/46529009

The logic of the non-timing out submission (which is not mine and I just pasted out of curiosity if it would pass) and the one which times out is entirely the same. Also, I have used fast i/p, o/p for reading/writing o/p and it has been working fine for other submissions.

Thanks for your time !

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