QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#406158#7730. Convex CheckerZhangYiDeWA 1ms3536kbC++201.8kb2024-05-06 21:21:232024-05-06 21:21:24

詳細信息

Test #1:

score: 100
Accepted
time: 1ms
memory: 3536kb

input:

3
0 0
1 0
0 1

output:

Yes

result:

ok answer is YES

Test #2:

score: -100
Wrong Answer
time: 1ms
memory: 3476kb

input:

4
0 0
0 1
1 1
1 0

output:

No

result:

wrong answer expected YES, found NO