QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#34866 | #692. Delete the Points | larryzhong# | WA | 2ms | 3712kb | C++17 | 920b | 2022-06-12 10:12:49 | 2022-06-12 10:12:50 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3712kb
input:
4 1 1 2 2 5 5 6 6
output:
Yes 1 1 2 2 5 5 6 6
result:
ok OK
Test #2:
score: 0
Accepted
time: 2ms
memory: 3588kb
input:
4 0 0 1 2 2 1 4 4
output:
Yes 1 1 2 2 0 0 4 4
result:
ok OK
Test #3:
score: 0
Accepted
time: 2ms
memory: 3476kb
input:
4 1 2 3 2 2 1 2 3
output:
Yes 1 1 2 2 2 2 3 3
result:
ok OK
Test #4:
score: -100
Wrong Answer
time: 2ms
memory: 3580kb
input:
6 12 9 1 5 10 14 20 14 15 4 7 9
output:
Yes 7 9 12 14 10 14 20 24 1 4 15 18
result:
wrong answer We have 3 point(s) in query 0