Problem supertrees
User Potato3218
Submission Time 2023-01-28 11:50:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

supertrees.cpp: In function ‘int construct(std::vector<std::vector<int> >)’:
supertrees.cpp:39:16: error: ‘same_set’ was not declared in this scope
39 | if(same_set(i, j)) continue;
| ^~~~~~~~
supertrees.cpp:40:13: error: ‘merge_set’ was not declared in this scope
40 | merge_set(i, j);
| ^~~~~~~~~