QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#863561 | #1000. 边三连通分量 | Shui_Dream | WA | 0ms | 14048kb | C++23 | 1.7kb | 2025-01-19 19:18:51 | 2025-01-19 19:18:59 |
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: 14048kb
input:
4 5 0 2 0 1 3 0 2 1 2 3
output:
4 1 2 3 4
result:
wrong answer Integer 4 violates the range [0, 3]