0_0_1591284_7311.cpp:7: error: invalid token
0_0_1591284_7311.cpp:7: error: expected `]' before "define"
0_0_1591284_7311.cpp:7: error: expected `,' or `;' before "define"
0_0_1591284_7311.cpp:7: error: invalid token
0_0_1591284_7311.cpp:7: error: `M' was not declared in this scope
0_0_1591284_7311.cpp:8: error: invalid token
0_0_1591284_7311.cpp:8: error: expected `]' before "define"
0_0_1591284_7311.cpp:8: error: expected `,' or `;' before "define"
0_0_1591284_7311.cpp: In function `void addedge(int, int, int)':
0_0_1591284_7311.cpp:11: error: `G' undeclared (first use this function)
0_0_1591284_7311.cpp:11: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_1591284_7311.cpp:11: error: `ET' undeclared (first use this function)
0_0_1591284_7311.cpp:11: error: `tot' undeclared (first use this function)
0_0_1591284_7311.cpp: In function `void init()':
0_0_1591284_7311.cpp:13: error: `tot' undeclared (first use this function)
0_0_1591284_7311.cpp:13: error: `G' undeclared (first use this function)
0_0_1591284_7311.cpp: In function `void bfs(int)':
0_0_1591284_7311.cpp:18: error: invalid token
0_0_1591284_7311.cpp:18: error: expected primary-expression before "bool"
0_0_1591284_7311.cpp:18: error: expected `;' before "bool"
0_0_1591284_7311.cpp:20: error: `v' undeclared (first use this function)
0_0_1591284_7311.cpp:21: error: `vv' undeclared (first use this function)
0_0_1591284_7311.cpp:22: error: `sum' undeclared (first use this function)
0_0_1591284_7311.cpp:28: error: `G' undeclared (first use this function)
0_0_1591284_7311.cpp:29: error: `ET' undeclared (first use this function)
0_0_1591284_7311.cpp: In function `int bfs2(int, int)':
0_0_1591284_7311.cpp:46: error: invalid token
0_0_1591284_7311.cpp:46: error: expected primary-expression before "bool"
0_0_1591284_7311.cpp:46: error: expected `;' before "bool"
0_0_1591284_7311.cpp:48: error: `v' undeclared (first use this function)
0_0_1591284_7311.cpp:58: error: `G' undeclared (first use this function)
0_0_1591284_7311.cpp:58: error: `ET' undeclared (first use this function)
0_0_1591284_7311.cpp: In function `void solve()':
0_0_1591284_7311.cpp:91: error: `vv' undeclared (first use this function)
0_0_1591284_7311.cpp:92: error: `sum' undeclared (first use this function)
|