Just TLE on python code on this problem after having same complexity as of others submittions

Revision en1, by abcsumits, 2022-05-07 17:03:24

i have submitted the code in contest and it was accepted(even the solution was not hacked) and when i submitted the same code in pypy3 it was accepted.Then i saw others solution i found that everyone was having same complexity as me and submitted in python 3 only and their solution was accepted. question- https://codeforces.com/contest/1675/problem/B my contest submition — https://codeforces.com/contest/1675/submission/155950529 my pypy3 submition- https://codeforces.com/contest/1675/submission/156065421 a correct submition for referrence- https://codeforces.com/contest/1675/submission/156006177

Tags mistergu, myav, gol_d

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English abcsumits 2022-05-07 18:07:07 16
en1 English abcsumits 2022-05-07 17:03:24 705 Initial revision (published)