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_39835270_5722.cpp: In function 'int dfs(int, int)':
0_0_39835270_5722.cpp:10:14: error: 't' was not declared in this scope
   10 |     if (x == t) return flow;
      |              ^
0_0_39835270_5722.cpp:12:26: error: 't' was not declared in this scope
   12 |     for (int i = 1; i <= t; i++) {
      |                          ^
0_0_39835270_5722.cpp:21:11: error: 's' was not declared in this scope
   21 |     if (d[s] >= t) return f;
      |           ^
0_0_39835270_5722.cpp:21:17: error: 't' was not declared in this scope
   21 |     if (d[s] >= t) return f;
      |                 ^
0_0_39835270_5722.cpp:23:23: error: 's' was not declared in this scope
   23 |     if (!cnt[d[x]]) d[s] = t;
      |                       ^
0_0_39835270_5722.cpp:23:28: error: 't' was not declared in this scope
   23 |     if (!cnt[d[x]]) d[s] = t;
      |                            ^
0_0_39835270_5722.cpp:25:9: error: 'dx' was not declared in this scope; did you mean 'x'?
   25 |     cnt[dx]++;
      |         ^~
      |         x
0_0_39835270_5722.cpp: In function 'void solve()':
0_0_39835270_5722.cpp:39:5: error: 's' was not declared in this scope
   39 |     s = n + 1, t = n + 2;
      |     ^
0_0_39835270_5722.cpp:39:16: error: 't' was not declared in this scope
   39 |     s = n + 1, t = n + 2;
      |                ^
0_0_39835270_5722.cpp:53:36: error: 'inf' was not declared in this scope; did you mean 'int'?
   53 |     while (d[s] < t) ans += dfs(s, inf);
      |                                    ^~~
      |                                    int


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-19 05:25:02, Gzip enabled