F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

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];
                 ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2025 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2025-02-17 13:13:41, Gzip enabled