0_0_39882600_26924.cpp: In function 'int Find(int)': 0_0_39882600_26924.cpp:17:17: error: 'root' was not declared in this scope 17 | return x == root[x]?x:(root[x] = Find(root[x])); | ^~~~