QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#676309 | #5520. Distance Parities | ucup-team4645# | WA | 0ms | 3716kb | C++23 | 2.0kb | 2024-10-25 21:03:07 | 2024-10-25 21:03:09 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3716kb
input:
3 3 011 101 110 4 0100 1000 0001 0010 5 01010 10101 01010 10101 01010
output:
YES 3 1 2 1 3 2 3 NO YES 10 1 2 1 3 1 4 1 5 2 3 2 4 2 5 3 4 3 5 4 5
result:
wrong answer Parities did not match (test case 3)