0_0_17889454_14613.cpp: In function 'int main()':
0_0_17889454_14613.cpp:3:26: error: 'n' was not declared in this scope
while(~scanf("%d%d",&n,&m)){
^
0_0_17889454_14613.cpp:3:29: error: 'm' was not declared in this scope
while(~scanf("%d%d",&n,&m)){
^
0_0_17889454_14613.cpp:3:30: error: 'scanf' was not declared in this scope
while(~scanf("%d%d",&n,&m)){
^
0_0_17889454_14613.cpp:4:14: error: 'init' was not declared in this scope
init();
^
0_0_17889454_14613.cpp:5:9: error: 's' was not declared in this scope
s=0,t=2000;
^
0_0_17889454_14613.cpp:5:13: error: 't' was not declared in this scope
s=0,t=2000;
^
0_0_17889454_14613.cpp:6:16: error: 'x' was not declared in this scope
memset(x,0,sizeof(x));
^
0_0_17889454_14613.cpp:6:29: error: 'memset' was not declared in this scope
memset(x,0,sizeof(x));
^
0_0_17889454_14613.cpp:17:35: error: 'addedge' was not declared in this scope
addedge(s,i+1,x[i]);
^
0_0_17889454_14613.cpp:25:35: error: 'addedge' was not declared in this scope
addedge(j+1+(1<<m),t,w);
^
0_0_17889454_14613.cpp:27:20: error: 'Dinic' was not declared in this scope
puts(Dinic()>=n?"YES":"NO");
^
0_0_17889454_14613.cpp:27:35: error: 'puts' was not declared in this scope
puts(Dinic()>=n?"YES":"NO");
^
|