rogernadal's blog

By rogernadal, history, 5 years ago, In English

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 !

  • Vote: I like it
  • 0
  • Vote: I do not like it

| Write comment?