my submission on problem C of Codeforces Round #909 (Div. 3) initially got AC during contest time after hacking phase it got TLE on system testing after system testing ended i submitted the exact same code but got AC it is first time i am seeing something like this???is it any kind of bug or what?
what would happen to my contest result?
see the code if i made any changes!!!
TLE (System Testing) : 233167945
AC (Exact Same Code) : 233277883
AC — 982/1000 ms
No, definitely not concerning
With your contest result nothing will be happen
This is really interesting. Hope someone will give a correct explanation. I genuinely want to know about it.
The explanation is luck.
wow! so you became an expert after taking Codeforces Round #909 (Div. 3). Congratulations!
Thanks man
I think you can rightfully ask for a rejudge (for the contest submission).
ayein
2% variance in time is to be expected. Your code is not necessarily run on the same server, not the same cache, not the same whatever.