0_0_8082143_31587.cpp:110: error: expected init-declarator before "int"
0_0_8082143_31587.cpp:110: error: expected `,' or `;' before "int"
0_0_8082143_31587.cpp:112: error: `type' does not name a type
0_0_8082143_31587.cpp:117: error: `type' does not name a type
0_0_8082143_31587.cpp:126: error: `type' has not been declared
0_0_8082143_31587.cpp:127: error: ISO C++ forbids declaration of `cap' with no type
0_0_8082143_31587.cpp: In function `void add_edge(int, int, int)':
0_0_8082143_31587.cpp:129: error: 'struct edge' has no member named 'cap'
0_0_8082143_31587.cpp: In function `void spfa(int)':
0_0_8082143_31587.cpp:139: error: `dis' undeclared (first use this function)
0_0_8082143_31587.cpp:139: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_8082143_31587.cpp:150: error: 'struct edge' has no member named 'cap'
0_0_8082143_31587.cpp:152: error: 'struct edge' has no member named 'cap'
0_0_8082143_31587.cpp: In function `int main()':
0_0_8082143_31587.cpp:200: error: 'struct edge' has no member named 'cap'
0_0_8082143_31587.cpp:200: error: `dis' undeclared (first use this function)
|