0_0_11205426_15821.cpp:2:24: bits/stdc++.h: No such file or directory
0_0_11205426_15821.cpp: In member function `void MinCostMaxFlow::init()':
0_0_11205426_15821.cpp:21: error: `memset' undeclared (first use this function)
0_0_11205426_15821.cpp:21: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11205426_15821.cpp: In member function `bool MinCostMaxFlow::SPFA(int, int, int&, int&)':
0_0_11205426_15821.cpp:33: error: `memset' undeclared (first use this function)
0_0_11205426_15821.cpp:35: error: `queue' undeclared (first use this function)
0_0_11205426_15821.cpp:35: error: expected primary-expression before "int"
0_0_11205426_15821.cpp:35: error: expected `;' before "int"
0_0_11205426_15821.cpp:36: error: `Q' undeclared (first use this function)
0_0_11205426_15821.cpp:48: error: `min' undeclared (first use this function)
0_0_11205426_15821.cpp: In member function `int MinCostMaxFlow::GetGraph()':
0_0_11205426_15821.cpp:75: error: `scanf' undeclared (first use this function)
0_0_11205426_15821.cpp:76: error: `min' undeclared (first use this function)
0_0_11205426_15821.cpp:95: error: `abs' undeclared (first use this function)
0_0_11205426_15821.cpp: In function `int main()':
0_0_11205426_15821.cpp:107: error: `cin' undeclared (first use this function)
0_0_11205426_15821.cpp:109: error: `printf' undeclared (first use this function)
|