0_0_35090133_17210.cpp: In function 'int fnd(int)':
0_0_35090133_17210.cpp:8:36: error: expected ';' before 'x'
int fnd( int x ){ return p[x] == x x : p[x] = fnd( p[x] ); }
^
0_0_35090133_17210.cpp: At global scope:
0_0_35090133_17210.cpp:43:5: error: expected declaration before '}' token
}
^
|