0_0_36127499_25830.cpp:12:5: error: missing terminating ' character
vector<int> dist(N, -1'000'000'000);
^
0_0_36127499_25830.cpp:17:9: error: missing terminating ' character
fill(dist.begin(), dist.end(), -1'000'000'000);
^
0_0_36127499_25830.cpp:41:9: error: missing terminating ' character
if (dist[T] == -1'000'000'000) break;
^
0_0_36127499_25830.cpp:42:9: error: missing terminating ' character
int F = 1'000'000'000;
^
0_0_36127499_25830.cpp: In function 'int Flow(std::vector<std::vector<Edge> >, int, int)':
0_0_36127499_25830.cpp:12:27: error: expected ')' before '\x303030'
vector<int> dist(N, -1'000'000'000);
^
0_0_36127499_25830.cpp:17:42: error: expected ')' before '\x303030'
fill(dist.begin(), dist.end(), -1'000'000'000);
^
0_0_36127499_25830.cpp:26:13: error: 'inque' was not declared in this scope
inque[x] = false;
^
0_0_36127499_25830.cpp:41:26: error: expected ')' before '\x303030'
if (dist[T] == -1'000'000'000) break;
^
0_0_36127499_25830.cpp:43:25: error: 'x' was not declared in this scope
for (int x = T; x != S; x = pv[x]) F = min(F, g[pv[x]][ed[x]].cap);
^
0_0_36127499_25830.cpp:44:17: error: 'F' was not declared in this scope
Cost += F * dist[T];
^
|