QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#45559 | #4565. Rarest Insects | ZhaoZiLong | 0 | 4ms | 3848kb | C++17 | 1.5kb | 2022-08-24 12:47:56 | 2022-08-24 12:47:58 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Subtask #1:
score: 0
Wrong Answer
Test #1:
score: 10
Accepted
time: 4ms
memory: 3848kb
input:
6 1 1 1 2 1 2 2 2 1 2 1
output:
8 0 0 8 2 8 0 1 8 2 8 0 2 8 2 8 0 3 8 2 8 1 0 8 2 8 0 4 8 2 8 1 0 8 1 3 8 1 0 8 2 8 1 1 8 2 8 1 2 8 2 8 0 5 8 2 8 1 0 8 1 2 8 1 3 8 1 4 8 1 0 8 2 8 3 1
result:
ok
Test #2:
score: 0
Accepted
time: 2ms
memory: 3764kb
input:
2 1 2 1
output:
8 0 0 8 2 8 0 1 8 2 8 1 0 8 2 8 3 2
result:
ok
Test #3:
score: 0
Accepted
time: 0ms
memory: 3752kb
input:
2 1 1
output:
8 0 0 8 2 8 0 1 8 2 8 3 1
result:
ok
Test #4:
score: 0
Accepted
time: 0ms
memory: 3760kb
input:
3 1 1 2 2 1
output:
8 0 0 8 2 8 0 1 8 2 8 0 2 8 2 8 1 0 8 2 8 1 1 8 2 8 3 1
result:
ok
Test #5:
score: 0
Accepted
time: 3ms
memory: 3808kb
input:
5 1 1 2 2 1 1 1 2 1
output:
8 0 0 8 2 8 0 1 8 2 8 0 2 8 2 8 1 0 8 2 8 1 1 8 2 8 0 3 8 2 8 1 1 8 1 2 8 1 0 8 2 8 0 4 8 2 8 1 0 8 1 1 8 1 2 8 1 3 8 1 0 8 2 8 3 2
result:
ok
Test #6:
score: -10
Wrong Answer
time: 4ms
memory: 3840kb
input:
8 1 1 2 2 1 2 1 2 1 2 2 2 2 2 1 1 1 1 1
output:
8 0 0 8 2 8 0 1 8 2 8 0 2 8 2 8 1 0 8 2 8 1 1 8 2 8 0 3 8 2 8 1 1 8 1 2 8 1 0 8 2 8 0 4 8 2 8 1 0 8 1 1 8 1 2 8 1 3 8 1 0 8 2 8 0 5 8 2 8 1 1 8 1 2 8 1 0 8 2 8 1 1 8 2 8 1 2 8 2 8 1 3 8 2 8 1 4 8 2 8 0 6 8 2 8 1 1 8 1 2 8 1 0 8 2 8 0 7 8 2 8 1 1 8 1 2 8 1 0 8 2 8 3 2
result:
wrong answer Wrong answer.
Subtask #2:
score: 0
Runtime Error
Test #24:
score: 0
Runtime Error
input:
1000
output:
result:
Subtask #3:
score: 0
Wrong Answer
Test #43:
score: 75
Accepted
time: 3ms
memory: 3812kb
input:
2 1 2 1
output:
8 0 0 8 2 8 0 1 8 2 8 1 0 8 2 8 3 2
result:
ok
Test #44:
score: 75
Accepted
time: 1ms
memory: 3844kb
input:
2 1 1
output:
8 0 0 8 2 8 0 1 8 2 8 3 1
result:
ok
Test #45:
score: 75
Accepted
time: 3ms
memory: 3808kb
input:
3 1 1 2 2 1
output:
8 0 0 8 2 8 0 1 8 2 8 0 2 8 2 8 1 0 8 2 8 1 1 8 2 8 3 1
result:
ok
Test #46:
score: 0
Wrong Answer
time: 4ms
memory: 3840kb
input:
6 1 2 1 1 1 1 1 2 2 2 2 1 2 2 2 2 2 1
output:
8 0 0 8 2 8 0 1 8 2 8 1 0 8 2 8 0 2 8 2 8 1 0 8 1 1 8 1 0 8 2 8 0 3 8 2 8 1 0 8 2 8 0 4 8 2 8 1 0 8 2 8 1 1 8 2 8 1 2 8 2 8 1 3 8 2 8 0 5 8 2 8 1 0 8 2 8 1 1 8 2 8 1 2 8 2 8 1 3 8 2 8 1 4 8 2 8 3 6
result:
wrong answer Wrong answer.