0_0_13541918_17184.cpp: In function 'int kruscal(int)':
0_0_13541918_17184.cpp:40:14: error: no post-increment operator for type
count++;
^
0_0_13541918_17184.cpp:41:16: error: invalid operands of types '<unresolved overloaded function type>' and 'int' to binary 'operator>'
if(count > 1)
^
0_0_13541918_17184.cpp:44:12: error: invalid operands of types '<unresolved overloaded function type>' and 'int' to binary 'operator>'
if(count > 1)
^
|