http://codeforces.net/gym/100491
i have code two totally different approaches and both of them wa on test case 13.... this is a very easy problem but nobody get accepted, I think data case is wrong....
# | User | Rating |
---|---|---|
1 | tourist | 3985 |
2 | jiangly | 3814 |
3 | jqdai0815 | 3682 |
4 | Benq | 3529 |
5 | orzdevinwang | 3526 |
6 | ksun48 | 3517 |
7 | Radewoosh | 3410 |
8 | hos.lyric | 3399 |
9 | ecnerwala | 3392 |
9 | Um_nik | 3392 |
# | User | Contrib. |
---|---|---|
1 | cry | 170 |
2 | maomao90 | 162 |
2 | Um_nik | 162 |
4 | atcoder_official | 160 |
5 | djm03178 | 158 |
5 | -is-this-fft- | 158 |
7 | adamant | 154 |
7 | Dominater069 | 154 |
9 | awoo | 153 |
10 | luogu_official | 152 |
http://codeforces.net/gym/100491
i have code two totally different approaches and both of them wa on test case 13.... this is a very easy problem but nobody get accepted, I think data case is wrong....
Name |
---|
I looked at the 13th test case using the coach mode. Your answer is wrong.
Hi,can you send me test 13th to my email [email protected] so many thanks..
In Rev. 1
could you send me test case 18,maybe judges got wrong?
for test case 13, I mistake in deal with formula string, I have correct it, but got WA on test 18, seems there is no bug in my code now....
7 months looking for a bug :) ?
7 months ago ,I have no idea about what is In Rev. 1
7 months later , I suddenly understand and find
ExEy x*x+y*y=0-1 In Rev. 1,
I got wrong in this expected is false I received true,
this bug is easy to correct..
but what is test case 18..
I still doubt the correctness of judge,becase this is
very easy problem but 0 AC....
You are wrong again.. Test is in rev1
Good luck finding the bug in the next 7 months :D
Thank you for your test data, I get Accepted
I think the most hard part of this problem is to deal with string, not compute....