0_0_12390049_2790.cpp:1:19: cstdio : No such file or directory
0_0_12390049_2790.cpp:2:20: cstring : No such file or directory
0_0_12390049_2790.cpp:3:20: cstdlib : No such file or directory
0_0_12390049_2790.cpp:20: error: declaration of `operator new' as non-function
0_0_12390049_2790.cpp:20: error: expected `;' before '(' token
0_0_12390049_2790.cpp:23: error: expected `;' before '}' token
0_0_12390049_2790.cpp: In member function `void NetWorkFlow::clear(int, int, int)':
0_0_12390049_2790.cpp:30: error: `NULL' undeclared (first use this function)
0_0_12390049_2790.cpp:30: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_12390049_2790.cpp: In member function `void NetWorkFlow::putedge(int, int, int)':
0_0_12390049_2790.cpp:35: error: no matching function for call to `operator new(unsigned int, NetWorkFlow::Edge*)'
<internal>:0: note: candidates are: void* operator new(unsigned int)
0_0_12390049_2790.cpp:36: error: no matching function for call to `operator new(unsigned int, NetWorkFlow::Edge*)'
<internal>:0: note: candidates are: void* operator new(unsigned int)
0_0_12390049_2790.cpp: In member function `long long int NetWorkFlow::aug(int, long long int)':
0_0_12390049_2790.cpp:45: error: `lf' undeclared (first use this function)
0_0_12390049_2790.cpp:55: error: expected `)' before "t"
0_0_12390049_2790.cpp: In member function `long long int NetWorkFlow::flow()':
0_0_12390049_2790.cpp:70: error: expected `)' before "return"
0_0_12390049_2790.cpp: In function `int main()':
0_0_12390049_2790.cpp:83: error: `scanf' undeclared (first use this function)
0_0_12390049_2790.cpp:166: error: `printf' undeclared (first use this function)
|