0_0_33210367_5890.cpp: In function 'void Init()':
0_0_33210367_5890.cpp:22:31: error: 'memset' was not declared in this scope
memset(g , -1 , sizeof(g)) ;
^
0_0_33210367_5890.cpp: In function 'int Sap(int, int, int)':
0_0_33210367_5890.cpp:41:27: error: 'min' was not declared in this scope
aug = min(aug , e[j].f);
^
0_0_33210367_5890.cpp: In function 'int cannotgoout()':
0_0_33210367_5890.cpp:100:49: error: 'memset' was not declared in this scope
memset(used , 0 , sizeof(used)) ;
^
0_0_33210367_5890.cpp: In function 'int main()':
0_0_33210367_5890.cpp:137:34: error: 'scanf' was not declared in this scope
while(scanf("%d%d" , &n , &m) != EOF){
^
0_0_33210367_5890.cpp:137:39: error: 'EOF' was not declared in this scope
while(scanf("%d%d" , &n , &m) != EOF){
^
0_0_33210367_5890.cpp:141:25: error: 'puts' was not declared in this scope
puts("-1") ;
^
0_0_33210367_5890.cpp:145:24: error: 'puts' was not declared in this scope
puts("0") ;
^
0_0_33210367_5890.cpp:163:28: error: 'printf' was not declared in this scope
printf("%d\n" , t) ;
^
|