Problem subgraphs
User kruytz
Submission Time 2025-08-14 17:34:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

subgraphs.cpp: In lambda function:
subgraphs.cpp:25:28: error: use of ‘find’ before deduction of ‘auto’
25 | return parent[i] = find(parent[i]);
| ^~~~