Almost similar submission times out — Basic sorting problem — What am I missing

Revision en2, by rogernadal, 2018-12-03 06:19:36

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 !

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English rogernadal 2018-12-03 06:19:36 6
en1 English rogernadal 2018-12-03 06:19:14 803 Initial revision (published)