QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#80161 | #5423. Perfect Matching | ybw051114 | WA | 2ms | 10488kb | C++14 | 6.1kb | 2023-02-22 19:38:34 | 2023-02-22 19:38:37 |
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: 2ms
memory: 10488kb
input:
3 6 14 22 33 11 25 36 4 100 10 98 12 4 1 3 5 7
output:
Yes 5 2 6 3 4 1 No No
result:
wrong answer std outputs a valid answer while participant doesn't (test case 2)