QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#84229 | #5583. Color Tubes | ZhaoZiLong | RE | 135ms | 57124kb | Java11 | 4.5kb | 2023-03-06 01:39:00 | 2023-03-06 01:39:02 |
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: 110ms
memory: 57124kb
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: 125ms
memory: 53696kb
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: 115ms
memory: 55328kb
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: 135ms
memory: 55204kb
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
Runtime Error
input:
3 1 2 3 1 2 3 0 0 0 1 2 3