0_0_8082141_10678.cpp:110: error: expected init-declarator before "int"
0_0_8082141_10678.cpp:110: error: expected `,' or `;' before "int"
0_0_8082141_10678.cpp:112: error: `type' does not name a type
0_0_8082141_10678.cpp:117: error: `type' does not name a type
0_0_8082141_10678.cpp: In function `void init()':
0_0_8082141_10678.cpp:122: error: `size' undeclared (first use this function)
0_0_8082141_10678.cpp:122: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_8082141_10678.cpp:123: error: `net' undeclared (first use this function)
0_0_8082141_10678.cpp: At global scope:
0_0_8082141_10678.cpp:126: error: `type' has not been declared
0_0_8082141_10678.cpp:127: error: ISO C++ forbids declaration of `cap' with no type
0_0_8082141_10678.cpp: In function `void add_edge(int, int, int)':
0_0_8082141_10678.cpp:128: error: `size' undeclared (first use this function)
0_0_8082141_10678.cpp:130: error: `net' undeclared (first use this function)
0_0_8082141_10678.cpp: In function `void spfa(int)':
0_0_8082141_10678.cpp:138: error: `n' undeclared (first use this function)
0_0_8082141_10678.cpp:139: error: `dis' undeclared (first use this function)
0_0_8082141_10678.cpp:142: error: `q' undeclared (first use this function)
0_0_8082141_10678.cpp:147: error: `net' undeclared (first use this function)
0_0_8082141_10678.cpp:150: error: 'struct edge' has no member named 'cap'
0_0_8082141_10678.cpp:152: error: 'struct edge' has no member named 'cap'
0_0_8082141_10678.cpp: In function `int main()':
0_0_8082141_10678.cpp:184: error: `n' undeclared (first use this function)
0_0_8082141_10678.cpp:199: error: `net' undeclared (first use this function)
0_0_8082141_10678.cpp:200: error: 'struct edge' has no member named 'cap'
0_0_8082141_10678.cpp:200: error: `dis' undeclared (first use this function)
|