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