QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#627326 | #4635. Graph Operation | Z_301 | WA | 0ms | 3624kb | C++17 | 2.1kb | 2024-10-10 15:32:35 | 2024-10-10 15:32:36 |
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: 100
Accepted
time: 0ms
memory: 3620kb
input:
4 2 1 2 3 4 1 3 2 4
output:
1 3 4 1 2
result:
ok n=4
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3624kb
input:
6 12 1 2 3 5 4 6 1 4 1 5 1 6 2 3 2 5 2 6 3 4 3 6 4 5 1 3 2 4 5 6 1 4 1 5 1 6 2 3 2 5 2 6 3 4 3 6 4 5
output:
3 3 5 1 6 5 6 1 4 6 4 1 2
result:
wrong answer a and c can't be adjacent! round 2 : a,b,c,d = 5,6,1,4