For instance, the TL of a problem is 3 seconds, but my submission runs in 16.97 and gets AC.
created
last reply
- 4
replies
- 1.3k
views
- 2
users
- 1
link
For instance, the TL of a problem is 3 seconds, but my submission runs in 16.97 and gets AC.
Thank you for a fast response!
I am talking about this2 problem. It seems like there are 10 tests, so if I understood correctly the sum of times of execution on each test should be <= 30 seconds. But that means that if there is only one worst case test a program can run much more than 3 seconds and get AC.