QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#314249#7730. Convex CheckerZhaoZiLongWA 0ms4124kbC++201.1kb2024-01-25 14:59:132024-01-25 14:59:13

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 4124kb

input:

3
0 0
1 0
0 1

output:

Yes

result:

ok answer is YES

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 3984kb

input:

4
0 0
0 1
1 1
1 0

output:

No

result:

wrong answer expected YES, found NO