QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#57708#692. Delete the PointsznstzWA 0ms3636kbC++2.2kb2022-10-22 17:52:522022-10-22 17:52:53

詳細信息

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3636kb

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.