QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#417390 | #6413. Classical Graph Theory Problem | Z_301 | WA | 10ms | 66236kb | C++17 | 7.0kb | 2024-05-22 18:13:35 | 2024-05-22 18:13:36 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 0
Wrong Answer
time: 10ms
memory: 66236kb
input:
2 6 7 1 2 1 3 2 3 3 4 4 5 4 6 5 6 3 2 1 2 2 3
output:
1 2 2
result:
wrong answer vertex 2 is repeated twice in the output (test case 1)