QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#400193 | #5589. Everything Is A Nail | MaMengQi | WA | 11ms | 9976kb | Python3 | 641b | 2024-04-27 04:16:28 | 2024-04-27 04:16:29 |
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: 11ms
memory: 9844kb
input:
10 1 1 1 0 0 0 0 2 2 2
output:
10
result:
ok single line: '10'
Test #2:
score: 0
Accepted
time: 5ms
memory: 9856kb
input:
10 0 1 2 0 1 2 0 1 2 0
output:
5
result:
ok single line: '5'
Test #3:
score: 0
Accepted
time: 11ms
memory: 9936kb
input:
1 0
output:
1
result:
ok single line: '1'
Test #4:
score: 0
Accepted
time: 8ms
memory: 9868kb
input:
1 1
output:
1
result:
ok single line: '1'
Test #5:
score: 0
Accepted
time: 11ms
memory: 9804kb
input:
1 2
output:
1
result:
ok single line: '1'
Test #6:
score: 0
Accepted
time: 11ms
memory: 9844kb
input:
10 0 0 0 0 0 0 0 0 0 0
output:
10
result:
ok single line: '10'
Test #7:
score: 0
Accepted
time: 5ms
memory: 9976kb
input:
10 1 2 0 1 2 0 1 2 0 1
output:
5
result:
ok single line: '5'
Test #8:
score: 0
Accepted
time: 4ms
memory: 9936kb
input:
10 0 0 0 0 0 2 2 2 1 1
output:
10
result:
ok single line: '10'
Test #9:
score: -100
Wrong Answer
time: 10ms
memory: 9836kb
input:
10 0 2 1 0 0 1 1 0 0 2
output:
5
result:
wrong answer 1st lines differ - expected: '6', found: '5'