0_0_14723713_6729.cpp: In function 'void uint(int, int)':
0_0_14723713_6729.cpp:43:6: error: expected ',' or ';' before 'int'
int p2 = getfather( y );
^
0_0_14723713_6729.cpp:45:16: error: 'p2' was not declared in this scope
if( p1 == p2) return;
^
0_0_14723713_6729.cpp:47:28: error: 'p2' was not declared in this scope
if( par[ p1 ] < par [ p2 ] )
^
|