Help regarding hacks

Revision en4, by raja_n, 2020-07-30 11:35:17

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

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?

Tags mikemirzayanov, #hack, #error

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en4 English raja_n 2020-07-30 11:35:17 8 Tiny change: 'ission/88307545\n\nIn the' -> 'ission/88316090\n\nIn the'
en3 English raja_n 2020-07-30 11:32:51 1 Tiny change: 'l be 100000*5*pow' -> 'l be 10000*5*pow'
en2 English raja_n 2020-07-30 11:31:56 5 Tiny change: 'deforces does not give ' -> 'deforces did not give '
en1 English raja_n 2020-07-30 11:31:01 505 Initial revision (published)