0_0_33515996_6301.cpp: In function 'int find(int)': 0_0_33515996_6301.cpp:18:14: error: 'fa' was not declared in this scope return x==fa[x]?x:(fa[x]=find(fa[x])); ^