0_0_10662266_16299.cpp:26: error: size of array `Map' is too large
0_0_10662266_16299.cpp: In function `bool BFS(int, int)':
0_0_10662266_16299.cpp:40: error: `Map' undeclared (first use this function)
0_0_10662266_16299.cpp:40: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_10662266_16299.cpp: In function `int Edmond_Karp(int, int)':
0_0_10662266_16299.cpp:49: error: `Map' undeclared (first use this function)
0_0_10662266_16299.cpp: In function `int main()':
0_0_10662266_16299.cpp:62: error: `Map' undeclared (first use this function)
|