0_0_21278678_25888.cpp: In function 'void bfs(int, int, int (*)[202])':
0_0_21278678_25888.cpp:42:7: error: 'nbsp' declared as reference but not initialized
node aa, bb;
^
0_0_21278678_25888.cpp:42:12: error: 'aa' was not declared in this scope
node aa, bb;
^
0_0_21278678_25888.cpp:42:16: error: 'bb' was not declared in this scope
node aa, bb;
^
0_0_21278678_25888.cpp:51:12: error: 'nbsp' declared as reference but not initialized
for (int i = 0; i<4; i++)
^
0_0_21278678_25888.cpp:51:17: error: 'i' was not declared in this scope
for (int i = 0; i<4; i++)
^
0_0_21278678_25888.cpp:51:27: error: expected ')' before ';' token
for (int i = 0; i<4; i++)
^
0_0_21278678_25888.cpp:51:29: error: 'i' was not declared in this scope
for (int i = 0; i<4; i++)
^
0_0_21278678_25888.cpp: At global scope:
0_0_21278678_25888.cpp:63:5: error: 'nbsp' declared as reference but not initialized
int main()
^
0_0_21278678_25888.cpp: In function 'int main()':
0_0_21278678_25888.cpp:72:7: error: 'nbsp' declared as reference but not initialized
int minn = 1000000;
^
0_0_21278678_25888.cpp:72:12: error: 'minn' was not declared in this scope
int minn = 1000000;
^
0_0_21278678_25888.cpp:73:12: error: 'nbsp' declared as reference but not initialized
for (int i = 0; i<n; i++)
^
0_0_21278678_25888.cpp:73:17: error: 'i' was not declared in this scope
for (int i = 0; i<n; i++)
^
0_0_21278678_25888.cpp:73:27: error: expected ')' before ';' token
for (int i = 0; i<n; i++)
^
0_0_21278678_25888.cpp:73:29: error: 'i' was not declared in this scope
for (int i = 0; i<n; i++)
^
0_0_21278678_25888.cpp:74:18: error: 'j' was not declared in this scope
for (int j = 0; j<m; j++)
^
|