QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#411591#999. 边双连通分量AnosVoldigoadRE 1ms4288kbC++142.3kb2024-05-15 16:22:062024-05-15 16:22:06

詳細信息

Test #1:

score: 100
Accepted
time: 1ms
memory: 4288kb

input:

4 5
0 2
0 1
3 0
2 1
2 3

output:

1
4 1 2 3 0

result:

ok OK

Test #2:

score: 0
Accepted
time: 1ms
memory: 4140kb

input:

13 21
4 5
8 7
12 3
3 10
1 5
10 2
0 0
11 4
2 12
9 1
9 0
7 8
7 6
9 1
8 2
12 10
11 0
8 6
3 2
5 9
4 11

output:

3
6 1 9 5 4 11 0
3 7 6 8
4 12 10 3 2

result:

ok OK

Test #3:

score: 0
Accepted
time: 1ms
memory: 4288kb

input:

2 2
0 1
1 0

output:

1
2 1 0

result:

ok OK

Test #4:

score: -100
Runtime Error

input:

200000 200000
127668 148778
77100 11865
85144 199231
39485 84917
102044 187263
130204 174776
26220 198288
162188 12078
92196 146334
120537 38083
150353 160479
18707 6545
101149 25450
62271 9177
38892 6454
11709 191939
89247 145109
140599 121858
197410 148980
55975 169098
128576 59852
68224 182347
89...

output:


result: