0_0_19266705_5420.cpp:41:17: error: missing terminating ' character
if(s[j][i]-'0)
^
0_0_19266705_5420.cpp: In function 'int main()':
0_0_19266705_5420.cpp:42:28: error: lvalue required as left operand of assignment
G[i][j]+=0.85/num[j];
^
0_0_19266705_5420.cpp:42:41: error: expected ')' before ';' token
G[i][j]+=0.85/num[j];
^
|