QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
Tip: Click on the bar to expand more detailed information
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]