QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#645139#7752. The Only Way to the DestinationMaMengQiWA 2ms9864kbC++172.6kb2024-10-16 17:03:122024-10-16 17:03:12

详细

Test #1:

score: 100
Accepted
time: 2ms
memory: 9072kb

input:

5 3 2
2 5 1
1 4 3

output:

YES

result:

ok answer is YES

Test #2:

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

input:

5 3 1
2 4 2

output:

YES

result:

wrong answer expected NO, found YES