QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#400174 | #5589. Everything Is A Nail | HuangHanSheng | WA | 10ms | 9516kb | Python3 | 616b | 2024-04-27 03:40:27 | 2024-04-27 03:40:27 |
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: 10ms
memory: 9516kb
input:
10 1 1 1 0 0 0 0 2 2 2
output:
10
result:
ok single line: '10'
Test #2:
score: -100
Wrong Answer
time: 9ms
memory: 9476kb
input:
10 0 1 2 0 1 2 0 1 2 0
output:
10
result:
wrong answer 1st lines differ - expected: '5', found: '10'