0_0_16210298_5832.cpp: In function 'int max_flow(int, int, int)':
0_0_16210298_5832.cpp:33:2: error: 'typec' was not declared in this scope
typec tr,res=0;
^
0_0_16210298_5832.cpp:36:30: error: 'memset' was not declared in this scope
memset(dep,-1,n*sizeof(int));
^
0_0_16210298_5832.cpp:52:14: error: 'tr' was not declared in this scope
for(k=0,tr=INF;k<top;++k)
^
0_0_16210298_5832.cpp:56:23: error: 'tr' was not declared in this scope
edge[ps[k]].w-=tr,edge[ps[k]^1].w+=tr;
^
0_0_16210298_5832.cpp:57:7: error: 'res' was not declared in this scope
res+=tr;
^
0_0_16210298_5832.cpp:57:12: error: 'tr' was not declared in this scope
res+=tr;
^
0_0_16210298_5832.cpp:72:9: error: 'res' was not declared in this scope
return res;
^
0_0_16210298_5832.cpp: In function 'void get_data()':
0_0_16210298_5832.cpp:84:29: error: 'memset' was not declared in this scope
memset(head,-1,sizeof(head));en=0;
^
0_0_16210298_5832.cpp: In function 'void spfa(int*, int)':
0_0_16210298_5832.cpp:99:30: error: 'memset' was not declared in this scope
memset(inque,0,sizeof(inque));
^
|