I am facing a problem named Checker Log. My output is right. But don't know what does this mean. plz explain.
# | User | Rating |
---|---|---|
1 | tourist | 4009 |
2 | jiangly | 3839 |
3 | Radewoosh | 3646 |
4 | jqdai0815 | 3620 |
4 | Benq | 3620 |
6 | orzdevinwang | 3612 |
7 | Geothermal | 3569 |
8 | ecnerwala | 3494 |
9 | Um_nik | 3396 |
10 | gamegame | 3386 |
# | User | Contrib. |
---|---|---|
1 | maomao90 | 164 |
2 | Um_nik | 163 |
3 | atcoder_official | 159 |
4 | cry | 158 |
4 | -is-this-fft- | 158 |
6 | awoo | 155 |
7 | adamant | 154 |
7 | nor | 154 |
9 | TheScrasse | 153 |
10 | Dominater069 | 152 |
I am facing a problem named Checker Log. My output is right. But don't know what does this mean. plz explain.
Name |
---|
Auto comment: topic has been updated by _noor_a_alam_ (previous revision, new revision, compare).
ok single line: 'NO'
This means your output is correct and you pass this test.Then why don't it accept the code? isn't it a warning?
It's accepted. It's not a warning. Checkers will give every test a comment.
Table of checker verdict to codeforces verdict
ok
-->Accepted
, full markpoints 0.xx
-->Accepted
, xx% of the full markwrong answer
,wrong output format
-->Wrong Answer
, zerosingle line: 'NO'
means that the answer of the problem is a single line which only contains a single wordNO
.Thanks