QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#604336 | #1000. 边三连通分量 | HuangHanSheng | WA | 3ms | 16016kb | C++20 | 2.6kb | 2024-10-02 09:51:24 | 2024-10-02 09:51:26 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 0
Wrong Answer
time: 3ms
memory: 16016kb
input:
4 5 0 2 0 1 3 0 2 1 2 3
output:
4 0 2 1 3 4
result:
wrong answer Integer 0 violates the range [1, 4]