0_0_4815019_14362.cpp:7: error: `maxNum' was not declared in this scope
0_0_4815019_14362.cpp:7: error: `maxNum' was not declared in this scope
0_0_4815019_14362.cpp:8: error: `maxNum' was not declared in this scope
0_0_4815019_14362.cpp:9: error: `maxNum' was not declared in this scope
0_0_4815019_14362.cpp: In function `void SPFA(int)':
0_0_4815019_14362.cpp:15: error: `maxNum' undeclared (first use this function)
0_0_4815019_14362.cpp:15: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_4815019_14362.cpp:16: error: `vst' undeclared (first use this function)
0_0_4815019_14362.cpp:19: error: `Q' undeclared (first use this function)
0_0_4815019_14362.cpp:22: error: `dis' undeclared (first use this function)
0_0_4815019_14362.cpp:22: error: `maxInt' undeclared (first use this function)
0_0_4815019_14362.cpp:35: error: `map' undeclared (first use this function)
0_0_4815019_14362.cpp: In function `int main()':
0_0_4815019_14362.cpp:53: error: `maxNum' undeclared (first use this function)
0_0_4815019_14362.cpp:59: error: `map' undeclared (first use this function)
0_0_4815019_14362.cpp:59: error: `maxInt' undeclared (first use this function)
0_0_4815019_14362.cpp:75: error: `dis' undeclared (first use this function)
|