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