Problem supertrees
User Potato3218
Submission Time 2023-01-28 11:52:58
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:8: error: ‘same_set’ was not declared in this scope
39 | if(same_set(i, j)) return 0;
| ^~~~~~~~