QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#626614 | #5423. Perfect Matching | ucup-team2389 | WA | 2ms | 7940kb | C++23 | 2.0kb | 2024-10-10 10:50:30 | 2024-10-10 10:50:32 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
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)