Owl Get a Life
equals.cpp: In function ‘int main()’:equals.cpp:27:32: error: ‘dsu’ was not declared in this scope 27 | } for(int i=0; i<n; ++i) ans+=dsu.sameSet(i+1,a[i]); | ^~~