0_0_17575951_25425.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_17575951_25425.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_17575951_25425.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_17575951_25425.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_17575951_25425.cpp:5:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_17575951_25425.cpp: In function 'bool bfs()':
0_0_17575951_25425.cpp:19:5: error: 'queueq' was not declared in this scope
queueq;
^
0_0_17575951_25425.cpp:20:29: error: 'memset' was not declared in this scope
memset(pre,0,sizeof(pre));
^
0_0_17575951_25425.cpp:23:5: error: 'q' was not declared in this scope
q.push(s);
^
0_0_17575951_25425.cpp: In function 'int max_flow()':
0_0_17575951_25425.cpp:52:38: error: 'min' was not declared in this scope
Min=min(Min,mp[pre[i]][i]);
^
0_0_17575951_25425.cpp: In function 'int main()':
0_0_17575951_25425.cpp:65:18: error: 'scanf' was not declared in this scope
scanf("%d",&t);
^
0_0_17575951_25425.cpp:71:31: error: 'memset' was not declared in this scope
memset(mp,0,sizeof(mp));
^
0_0_17575951_25425.cpp:77:46: error: 'printf' was not declared in this scope
printf("Case %d: %d\n",cas,max_flow());
^
|