0_0_17568056_32214.cpp: In function 'int find(int)': 0_0_17568056_32214.cpp:28:17: error: 'father' was not declared in this scope return x == father[x] ? x : father[x] = find(father[x]); ^