0_0_8850969_8177.cpp: In function `void addedge(int, int, int)':
0_0_8850969_8177.cpp:19: error: invalid types `int[int]' for array subscript
0_0_8850969_8177.cpp:20: error: invalid types `int[int]' for array subscript
0_0_8850969_8177.cpp:21: error: invalid types `int[int]' for array subscript
0_0_8850969_8177.cpp:22: error: invalid types `int[int]' for array subscript
0_0_8850969_8177.cpp: In function `void init()':
0_0_8850969_8177.cpp:33: error: `RD' undeclared (first use this function)
0_0_8850969_8177.cpp:33: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_8850969_8177.cpp: In function `bool spfa(int, int, double)':
0_0_8850969_8177.cpp:48: error: `q' undeclared (first use this function)
0_0_8850969_8177.cpp:54: error: invalid types `int[int]' for array subscript
0_0_8850969_8177.cpp:56: error: invalid types `int[int]' for array subscript
0_0_8850969_8177.cpp:57: error: invalid types `int[int]' for array subscript
0_0_8850969_8177.cpp: In function `int main()':
0_0_8850969_8177.cpp:103: error: `eof' undeclared (first use this function)
|