0_0_35602824_1399.cpp: In function 'int main(int, char**)':
0_0_35602824_1399.cpp:63:72: error: expected ';' before ':' token
for(int i = 1; i <= n; i++) for(int j = 1; j <= n; j++) g[i][j] = INF:
^
0_0_35602824_1399.cpp:64:18: error: 'i' was not declared in this scope
for(int i = 0; i < m; i++){
^
|