0_0_13806250_26084.cpp:88:9: error: missing terminating " character
if(g[0][h+1]==inf) printf("-1
^
0_0_13806250_26084.cpp:89:1: error: missing terminating " character
");
^
0_0_13806250_26084.cpp:90:9: error: missing terminating " character
else printf("%d
^
0_0_13806250_26084.cpp:91:1: error: missing terminating " character
",g[0][h+1]-1);
^
0_0_13806250_26084.cpp: In function 'int main()':
0_0_13806250_26084.cpp:90:9: error: expected primary-expression before 'else'
else printf("%d
^
|