QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#304376 | #5583. Color Tubes | DennisTran# | TL | 76ms | 37660kb | C++20 | 7.9kb | 2024-01-13 18:44:46 | 2024-01-13 18:44:46 |
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: 69ms
memory: 37660kb
input:
3 2 2 0 1 3 1 3 1 2 3 0 0
output:
16 1 4 1 4 2 1 3 2 3 1 2 3 2 3 2 1 4 2 4 2 3 4 3 2 3 4 4 3 4 3 4 3
result:
ok correct
Test #2:
score: 0
Accepted
time: 76ms
memory: 37568kb
input:
1 0 0 0 1 1 1
output:
3 2 1 2 1 2 1
result:
ok correct
Test #3:
score: -100
Time Limit Exceeded
input:
2 2 1 0 2 1 0 2 1 0