QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#863561#1000. 边三连通分量Shui_DreamWA 0ms14048kbC++231.7kb2025-01-19 19:18:512025-01-19 19:18:59

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]