QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#414114 | #7986. 游戏 | HuangHanSheng | WA | 2ms | 6312kb | C++98 | 513b | 2024-05-18 15:27:08 | 2024-05-18 15:27:09 |
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: 5940kb
input:
6 1 2 2 3 2 4 1 5 5 6
output:
Wasted.
result:
ok single line: 'Wasted.'
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 6312kb
input:
7 1 2 2 3 2 4 1 5 5 6 5 7
output:
Wasted.
result:
wrong answer 1st lines differ - expected: 'You win, temporarily.', found: 'Wasted.'