QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#49989 | #871. Interesting Scoring Systems | HuangHanSheng | WA | 2ms | 3656kb | C++ | 760b | 2022-09-24 13:17:23 | 2022-09-24 13:17:23 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 2ms
memory: 3572kb
input:
2 3 4 1 1 6 1 1 4 5 1 1 1 7 1 1 1
output:
YES NO
result:
ok 2 token(s): yes count is 1, no count is 1
Test #2:
score: -100
Wrong Answer
time: 2ms
memory: 3656kb
input:
2 4 5 3 1 3 7 4 1 3 1 0 0
output:
NO NO
result:
wrong answer expected YES, found NO [1st token]