0_0_34099806_29963.cpp: In function 'long long int dinic(int, int)':
0_0_34099806_29963.cpp:65:15: error: expected primary-expression before 'int'
while(bfs(int s,int t)){
^
0_0_34099806_29963.cpp:65:21: error: expected primary-expression before 'int'
while(bfs(int s,int t)){
^
|