QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#47013 | #895. Color | MaMengQi | WA | 3ms | 3716kb | C++14 | 1.9kb | 2022-09-03 14:57:55 | 2022-09-03 14:57:57 |
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: 3ms
memory: 3696kb
input:
3 5 1 2 4
output:
Yes 1 2 3 5 4 4 5 2 3 1 3 5 4 2 1
result:
ok ok
Test #2:
score: 0
Accepted
time: 0ms
memory: 3680kb
input:
4 5 1 2 3 3 2 1
output:
No
result:
ok ok
Test #3:
score: 0
Accepted
time: 2ms
memory: 3556kb
input:
9 11 11 10 3 4 7 5 2 8 2 10 7 4 6 5 1 9 6 3 8 4 11 5 11 2 6 7 10 3 9 2 9 8 5 1 10 3
output:
No
result:
ok ok
Test #4:
score: -100
Wrong Answer
time: 2ms
memory: 3716kb
input:
12 11 2 11 8 9 1 3 10 7 5 4 6 5 11 10 6 4 9 8 7 1 3 3 8 4 9 7 2 10 6 1 5 2 6 1 4 9 10 7 11 2 6 3 1 7 4 7 8 10 3 9 5 5 1 8 11 10 11 4 3 2 6 5 9 2 11 8
output:
No
result:
wrong answer Jury has the answer but participant has not