http://codeforces.me/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 | tourist | 4009 |
2 | jiangly | 3821 |
3 | Benq | 3736 |
4 | Radewoosh | 3631 |
5 | jqdai0815 | 3620 |
6 | orzdevinwang | 3529 |
7 | ecnerwala | 3446 |
8 | Um_nik | 3396 |
9 | ksun48 | 3388 |
10 | gamegame | 3386 |
# | User | Contrib. |
---|---|---|
1 | cry | 164 |
1 | maomao90 | 164 |
3 | Um_nik | 163 |
4 | atcoder_official | 161 |
5 | -is-this-fft- | 158 |
6 | awoo | 157 |
7 | adamant | 156 |
8 | TheScrasse | 154 |
8 | nor | 154 |
10 | Dominater069 | 153 |
http://codeforces.me/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 |
---|
First of all notice that the time limit for this problem is 500ms...
Second of all could you share your submission ???
:)
here: http://codeforces.me/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.me/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
Here's test case #3:
3 1000 0.4
9 10 0
9 10 2.0943951023
9 10 4.1887902047
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..