0_0_22973577_22733.cpp: In function 'int find_fa(int)': 0_0_22973577_22733.cpp:39:37: error: 'par' was not declared in this scope return fa[x]==x?x:fa[x]=find_fa(par[x]); ^