http://codeforces.com/gym/101366
problem F who can give me test case 3, I got strange TLE on this test...
I'm sure excution times of test case 3 is far less than 1e6, but got TLE as far as I have tested...
# | User | Rating |
---|---|---|
1 | Petr | 3325 |
2 | OO0OOO00O0OOO0O0…O | 3289 |
3 | Um_nik | 3278 |
4 | Syloviaely | 3274 |
5 | tourist | 3206 |
6 | Radewoosh | 3197 |
7 | V--o_o--V | 3167 |
8 | mnbvmar | 3096 |
9 | dotorya | 3086 |
10 | FizzyDavid | 3023 |
# | User | Contrib. |
---|---|---|
1 | tourist | 183 |
2 | rng_58 | 168 |
3 | csacademy | 161 |
4 | Petr | 160 |
5 | lewin | 151 |
6 | Swistakk | 150 |
7 | matthew99 | 142 |
8 | BledDest | 141 |
9 | Errichto | 140 |
10 | adamant | 139 |
http://codeforces.com/gym/101366
problem F who can give me test case 3, I got strange TLE on this test...
I'm sure excution times of test case 3 is far less than 1e6, but got TLE as far as I have tested...
Name |
---|
Auto comment: topic has been updated by Los_Angelos_Laycurse (previous revision, new revision, compare).
First of all notice that the time limit for this problem is 500ms...
Second of all could you share your submission ???
:)
here: http://codeforces.com/gym/101366/my
seems my solution is too brute_force, but if you can give me test case,thank you very much..
I can't see your submission could you please post it on "pastebin" and post the link here ???
http://codeforces.com/gym/101366/status
can you see it now?
I'm sorry but no could you please post your code here
this is not AC code, are you sure you want it?
btw I can't open the link you provided..
Yes I will try to see if I can figure out what your bug is because I can't get test case 3
update:
http://ideone.com/oVvzQP
now it's the AC code
Here's test case #3:
3 1000 0.4
9 10 0
9 10 2.0943951023
9 10 4.1887902047
thank you sir
nearly one day have passed finally I got Accepted by brute_force again...
thanks for all the people that provided me test cases.. thank you all..