https://mirror.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?