QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#124820 | #5520. Distance Parities | GuanYunchang | WA | 1ms | 3564kb | C++17 | 1.5kb | 2023-07-15 16:13:05 | 2023-07-15 16:13:07 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 1ms
memory: 3564kb
input:
3 3 011 101 110 4 0100 1000 0001 0010 5 01010 10101 01010 10101 01010
output:
YES 2 1 2 2 3 NO YES 4 1 2 2 3 3 4 4 5
result:
wrong answer Parities did not match (test case 1)