QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#515937 | #6396. Puzzle: Kusabi | ZhaoZiLong | WA | 1ms | 5944kb | C++20 | 3.6kb | 2024-08-12 11:48:48 | 2024-08-12 11:48:49 |
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: 1ms
memory: 5944kb
input:
8 2 1 - 3 1 - 4 2 Tong 5 2 Tong 6 3 Duan 7 3 - 8 7 Chang
output:
YES 6 8 4 5
result:
ok Correct.
Test #2:
score: 0
Accepted
time: 0ms
memory: 5940kb
input:
10 2 1 Duan 3 2 Duan 4 2 - 5 4 Chang 6 2 Chang 7 1 Duan 8 6 Tong 9 6 Tong 10 3 Chang
output:
YES 8 9 3 10 6 2 7 5
result:
ok Correct.
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 5624kb
input:
2 2 1 Tong
output:
YES
result:
wrong answer Only odd number of marked vertices to match.