0_0_32260019_19241.cpp: In function 'int main()':
0_0_32260019_19241.cpp:3:32: error: 'scanf' was not declared in this scope
while(scanf("%d%d" ,&n ,&m) != EOF){
^
0_0_32260019_19241.cpp:3:37: error: 'EOF' was not declared in this scope
while(scanf("%d%d" ,&n ,&m) != EOF){
^
0_0_32260019_19241.cpp:4:16: error: 'init' was not declared in this scope
init() ;
^
0_0_32260019_19241.cpp:6:11: error: 'sourse' was not declared in this scope
sourse = 0 ;
^
0_0_32260019_19241.cpp:7:11: error: 'meet' was not declared in this scope
meet = n*m + 1 ;
^
0_0_32260019_19241.cpp:14:41: error: 'add' was not declared in this scope
add(u , meet , c) ;
^
0_0_32260019_19241.cpp:16:43: error: 'add' was not declared in this scope
add(sourse , u , c) ;
^
0_0_32260019_19241.cpp:18:44: error: 'inf' was not declared in this scope
add(u , u-m , inf) ;
^
0_0_32260019_19241.cpp:20:44: error: 'inf' was not declared in this scope
add(u , u+m , inf) ;
^
0_0_32260019_19241.cpp:22:44: error: 'inf' was not declared in this scope
add(u , u-1 , inf) ;
^
0_0_32260019_19241.cpp:24:44: error: 'inf' was not declared in this scope
add(u , u+1 , inf) ;
^
0_0_32260019_19241.cpp:28:41: error: 'maxflow' was not declared in this scope
printf("%d\n" , sum - maxflow()) ;
^
0_0_32260019_19241.cpp:28:42: error: 'printf' was not declared in this scope
printf("%d\n" , sum - maxflow()) ;
^
|