0_0_12281299_5327.cpp:49: error: expected `,' or `...' before '.' token
0_0_12281299_5327.cpp: In function `void AddEdge(int)':
0_0_12281299_5327.cpp:51: error: `to' undeclared (first use this function)
0_0_12281299_5327.cpp:51: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_12281299_5327.cpp:51: error: `dist' undeclared (first use this function)
0_0_12281299_5327.cpp:52: error: `m' undeclared (first use this function)
0_0_12281299_5327.cpp: In function `int main()':
0_0_12281299_5327.cpp:88: error: `vis' undeclared (first use this function)
0_0_12281299_5327.cpp:50: error: too many arguments to function `void AddEdge(int)'
0_0_12281299_5327.cpp:97: error: at this point in file
0_0_12281299_5327.cpp:50: error: too many arguments to function `void AddEdge(int)'
0_0_12281299_5327.cpp:98: error: at this point in file
0_0_12281299_5327.cpp:101: error: `dij' undeclared (first use this function)
|