0_0_13832858_21034.cpp:63:13: error: stray '\' in program
break;/\no circle
^
0_0_13832858_21034.cpp: In function 'int dirmst(int, int, int)':
0_0_13832858_21034.cpp:63:19: error: expected primary-expression before '/' token
break;/\no circle
^
0_0_13832858_21034.cpp:63:21: error: 'no' was not declared in this scope
break;/\no circle
^
0_0_13832858_21034.cpp:64:23: error: 'i' was not declared in this scope
for(int i = 0;i < nv;i++)
^
|