QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#313811#7730. Convex CheckerGuanYunchangWA 1ms5820kbC++171.7kb2024-01-25 00:01:562024-01-25 00:01:57

詳細信息

Test #1:

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

input:

3
0 0
1 0
0 1

output:

Yes

result:

ok answer is YES

Test #2:

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

input:

4
0 0
0 1
1 1
1 0

output:

No

result:

wrong answer expected YES, found NO