Very weak test case in problem F of last Div. 4 round 849?

Правка en1, от DO_NOT_MISS_IT, 2023-02-04 09:18:51

Here is my accepted code : https://codeforces.com/contest/1791/submission/192106557

But this code should give TLE if the input is like :

1

200000 200000

a1 , a2 , a3 …… a200000

1 2 200000 (Update index 2 to 200000 and all 200000 queries are like this)

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский DO_NOT_MISS_IT 2023-02-04 09:18:51 327 Initial revision (published)