0_0_29422865_31026.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_29422865_31026.cpp: In function 'int getLastCut(int, int)':
0_0_29422865_31026.cpp:16:23: error: 'fill' was not declared in this scope
fill(dis, dis+n, 0);
^
0_0_29422865_31026.cpp: In function 'int Stoer_Wagner(int)':
0_0_29422865_31026.cpp:47:53: error: 'fill' was not declared in this scope
fill(shrinkedVertices, shrinkedVertices+n, false);
^
0_0_29422865_31026.cpp:51:46: error: 'min' was not declared in this scope
minCut = min(minCut, getLastCut(i, n));
^
0_0_29422865_31026.cpp: In function 'int main()':
0_0_29422865_31026.cpp:87:9: error: redeclaration of 'int w'
int w=wo(1);
^
0_0_29422865_31026.cpp:70:21: note: 'int w' previously declared here
int N, M, u, v, w;
^
|