Help regarding hacks

Правка en3, от raja_n, 2020-07-30 11:32:51

https://codeforces.com/contest/1389/submission/88307545

In the above solution of Educational Codeforces Round 92 for problem A,there is a loop used inside testcase loop.

So,I tried to hack it with 10000 testcases of 500000001 1000000000. According to this test case ,there will be 10000*5*pow(10,8) operations but still I don't get successful tle hack.Even my ide got crashed at this input but still codeforces did not give a tle.

Can anyone help me by telling why is it so?

Теги mikemirzayanov, #hack, #error

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en4 Английский raja_n 2020-07-30 11:35:17 8 Tiny change: 'ission/88307545\n\nIn the' -> 'ission/88316090\n\nIn the'
en3 Английский raja_n 2020-07-30 11:32:51 1 Tiny change: 'l be 100000*5*pow' -> 'l be 10000*5*pow'
en2 Английский raja_n 2020-07-30 11:31:56 5 Tiny change: 'deforces does not give ' -> 'deforces did not give '
en1 Английский raja_n 2020-07-30 11:31:01 505 Initial revision (published)