QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#763049 | #989. Into Cactus | 5toubun_no_hanayome # | WA | 2ms | 12096kb | C++14 | 2.6kb | 2024-11-19 17:58:36 | 2024-11-19 17:59:06 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 2ms
memory: 12096kb
input:
6 6 4 3 1 3 6 4 5 2 3
output:
2 6 5 6 2
result:
ok OK!
Test #2:
score: 0
Accepted
time: 0ms
memory: 10876kb
input:
1
output:
0
result:
ok OK!
Test #3:
score: 0
Accepted
time: 0ms
memory: 11460kb
input:
2 1 2
output:
0
result:
ok OK!
Test #4:
score: 0
Accepted
time: 0ms
memory: 10956kb
input:
3 3 1 1 2
output:
1 3 2
result:
ok OK!
Test #5:
score: 0
Accepted
time: 0ms
memory: 10764kb
input:
4 1 3 1 4 2 1
output:
1 3 4
result:
ok OK!
Test #6:
score: -100
Wrong Answer
time: 2ms
memory: 11224kb
input:
5 5 4 2 3 1 2 1 4
output:
1 1 5
result:
wrong answer Integer 1 violates the range [2, 2]