QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#57714 | #692. Delete the Points | znstz | WA | 3ms | 3628kb | C++ | 2.4kb | 2022-10-22 17:58:11 | 2022-10-22 17:58:16 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 0
Wrong Answer
time: 3ms
memory: 3628kb
input:
4 1 1 2 2 5 5 6 6
output:
Yes Yes 5 5 6 6 Yes 5 5 6 6 Yes 5 5 6 6
result:
wrong answer Expected double but found NAN.