0_0_34830168_20384.cpp: In function 'int findRoot(int)': 0_0_34830168_20384.cpp:29:52: error: 'fa' was not declared in this scope return x == nodes[x] ? x : nodes[x] = findRoot(fa[x]); ^