QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#84228 | #5583. Color Tubes | MaMengQi | WA | 132ms | 57464kb | Java11 | 4.2kb | 2023-03-06 01:33:56 | 2023-03-06 01:33:58 |
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: 117ms
memory: 57464kb
input:
3 2 2 0 1 3 1 3 1 2 3 0 0
output:
15 1 4 1 4 3 1 4 1 4 1 2 3 2 4 2 4 3 2 3 2 4 2 3 4 4 3 4 3 4 3
result:
ok correct
Test #2:
score: 0
Accepted
time: 108ms
memory: 55464kb
input:
1 0 0 0 1 1 1
output:
3 2 1 2 1 2 1
result:
ok correct
Test #3:
score: 0
Accepted
time: 126ms
memory: 53632kb
input:
2 2 1 0 2 1 0 2 1 0
output:
11 1 2 1 3 2 1 2 1 3 2 3 1 2 3 2 3 3 2 3 2 3 2
result:
ok correct
Test #4:
score: 0
Accepted
time: 132ms
memory: 54696kb
input:
3 0 0 0 1 2 3 1 2 3 1 2 3
output:
14 2 1 3 1 4 1 2 3 2 4 3 2 3 2 4 3 4 2 3 4 3 4 4 3 4 3 4 3
result:
ok correct
Test #5:
score: -100
Wrong Answer
time: 119ms
memory: 53600kb
input:
3 1 2 3 1 2 3 0 0 0 1 2 3
output:
24 1 3 1 3 1 3 2 1 4 1 3 4 3 2 3 1 4 3 2 3 2 3 2 4 4 2 3 4 3 2 4 3 4 4 4 2 4 4 3 4 3 4 4 3 4 3 4 3
result:
wrong answer Invalid step 17.