QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#730006 | #989. Into Cactus | UW2 (Jakub Dziura, Piotr Blinowski, Dominik Wawszczak) # | WA | 1ms | 5680kb | C++20 | 2.5kb | 2024-11-09 18:16:55 | 2024-11-09 18:16:56 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 5680kb
input:
6 6 4 3 1 3 6 4 5 2 3
output:
2 1 6 6 5
result:
ok OK!
Test #2:
score: 0
Accepted
time: 1ms
memory: 3588kb
input:
1
output:
0
result:
ok OK!
Test #3:
score: 0
Accepted
time: 1ms
memory: 3676kb
input:
2 1 2
output:
0
result:
ok OK!
Test #4:
score: -100
Wrong Answer
time: 1ms
memory: 3724kb
input:
3 3 1 1 2
output:
0
result:
wrong answer Integer 0 violates the range [1, 1]