Problem wiring
User PlayVoltz
Submission Time 2024-07-09 16:28:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

wiring.cpp: In function ‘int32_t main()’:
wiring.cpp:62:2: error: ‘dsu’ was not declared in this scope
62 | dsu.resize(n+1, -1);
| ^~~
wiring.cpp:65:2: error: ‘ss’ was not declared in this scope; did you mean ‘se’?
65 | ss.resize(n+1);
| ^~
| se