0_0_6143112_16940.cpp:6: error: `MAXN' was not declared in this scope
0_0_6143112_16940.cpp:6: error: `MAXN' was not declared in this scope
0_0_6143112_16940.cpp:6: error: `MAXN' was not declared in this scope
0_0_6143112_16940.cpp:10: error: `MAXN' was not declared in this scope
0_0_6143112_16940.cpp:10: error: `MAXN' was not declared in this scope
0_0_6143112_16940.cpp:11: error: `MAXN' was not declared in this scope
0_0_6143112_16940.cpp:12: error: `MAXN' was not declared in this scope
0_0_6143112_16940.cpp:12: error: `MAXN' was not declared in this scope
0_0_6143112_16940.cpp:13: error: `MAXN' was not declared in this scope
0_0_6143112_16940.cpp:14: error: `MAXN' was not declared in this scope
0_0_6143112_16940.cpp:15: error: `MAXN' was not declared in this scope
0_0_6143112_16940.cpp:15: error: `MAXN' was not declared in this scope
0_0_6143112_16940.cpp: In function `void spfa(int, int*)':
0_0_6143112_16940.cpp:21: error: `visited' undeclared (first use this function)
0_0_6143112_16940.cpp:21: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_6143112_16940.cpp:21: error: `memset' undeclared (first use this function)
0_0_6143112_16940.cpp:22: error: `pre' undeclared (first use this function)
0_0_6143112_16940.cpp:23: error: `q' undeclared (first use this function)
0_0_6143112_16940.cpp:30: error: `edge' undeclared (first use this function)
0_0_6143112_16940.cpp: In function `void insert(const int&, const int&, const int&)':
0_0_6143112_16940.cpp:49: error: `temp' undeclared (first use this function)
0_0_6143112_16940.cpp:52: error: `edge' undeclared (first use this function)
0_0_6143112_16940.cpp: In function `void changeit(const int&, const int&, int)':
0_0_6143112_16940.cpp:57: error: `edge' undeclared (first use this function)
0_0_6143112_16940.cpp: In function `void init()':
0_0_6143112_16940.cpp:71: error: `edge' undeclared (first use this function)
0_0_6143112_16940.cpp:71: error: `NULL' undeclared (first use this function)
0_0_6143112_16940.cpp:72: error: `d' undeclared (first use this function)
0_0_6143112_16940.cpp:72: error: `INF' undeclared (first use this function)
0_0_6143112_16940.cpp: In function `int main()':
0_0_6143112_16940.cpp:78: error: `scanf' undeclared (first use this function)
0_0_6143112_16940.cpp:78: error: `EOF' undeclared (first use this function)
0_0_6143112_16940.cpp:87: error: `tt' undeclared (first use this function)
0_0_6143112_16940.cpp:89: error: `d' undeclared (first use this function)
0_0_6143112_16940.cpp:91: error: `pre' undeclared (first use this function)
0_0_6143112_16940.cpp:93: error: `road' undeclared (first use this function)
0_0_6143112_16940.cpp:100: error: `INF' undeclared (first use this function)
0_0_6143112_16940.cpp:109: error: `printf' undeclared (first use this function)
|