QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#659069 | #8551. DFS Order 5 | ucup-team4269 | WA | 0ms | 3672kb | C++20 | 1.7kb | 2024-10-19 18:28:04 | 2024-10-19 18:28:08 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3672kb
input:
6 7 1 2 1 3 2 4 3 5 2 6 2 4 1 2 4 2 2 4 3 2 4 4 2 4 5 2 4 6 6 1 2 6 4 3 5
output:
2 2 3 3 3 3
result:
wrong answer 1st words differ - expected: 'No', found: '2'