QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#626614#5423. Perfect Matchingucup-team2389WA 2ms7940kbC++232.0kb2024-10-10 10:50:302024-10-10 10:50:32

详细

Test #1:

score: 0
Wrong Answer
time: 2ms
memory: 7940kb

input:

3
6
14 22 33 11 25 36
4
100 10 98 12
4
1 3 5 7

output:

No
No
No

result:

wrong answer std outputs a valid answer while participant doesn't (test case 1)