0_0_37765304_11992.cpp: In member function 'std::pair<_Tp1, _Tp2> FLOW<MAXV, flowUnit, costUnit, COST_INF, FLOW_EPS, COST_EPS, SCALE>::cost(int, int, int)':
0_0_37765304_11992.cpp:200:14: error: missing template arguments before '(' token
return pair(maxFlow, (minCost /= 2) += negCost);
^
|