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_30182601_21942.cpp: In function 'void MinCostFlow(int, int, int)':
0_0_30182601_21942.cpp:46:18: error: 'rigster' was not declared in this scope
             for (rigster int i = fir[u]; i != -1; i = edge[i].nxt)
                  ^
0_0_30182601_21942.cpp:46:42: error: 'i' was not declared in this scope
             for (rigster int i = fir[u]; i != -1; i = edge[i].nxt)
                                          ^
0_0_30182601_21942.cpp:49:21: error: 'w' was not declared in this scope
                 if (w > 0 && dis[v] > dis[u] + c + h[u] - h[v])
                     ^
0_0_30182601_21942.cpp:49:48: error: 'c' was not declared in this scope
                 if (w > 0 && dis[v] > dis[u] + c + h[u] - h[v])
                                                ^
0_0_30182601_21942.cpp:60:14: error: 'rigster' was not declared in this scope
         for (rigster int i = 0; i <= n * 2 + 2; i++) //总点数
              ^
0_0_30182601_21942.cpp:60:33: error: 'i' was not declared in this scope
         for (rigster int i = 0; i <= n * 2 + 2; i++) //总点数
                                 ^
0_0_30182601_21942.cpp:63:14: error: 'rigster' was not declared in this scope
         for (rigster int i = ed; i != st; i = pre_v[i])
              ^
0_0_30182601_21942.cpp:63:34: error: 'i' was not declared in this scope
         for (rigster int i = ed; i != st; i = pre_v[i])
                                  ^
0_0_30182601_21942.cpp:68:14: error: 'rigster' was not declared in this scope
         for (rigster int i = ed; i != st; i = pre_v[i])
              ^
0_0_30182601_21942.cpp:68:34: error: 'i' was not declared in this scope
         for (rigster int i = ed; i != st; i = pre_v[i])
                                  ^
0_0_30182601_21942.cpp: In function 'int main()':
0_0_30182601_21942.cpp:85:14: error: 'rigster' was not declared in this scope
         for (rigster int i = 1; i <= n; i++)
              ^
0_0_30182601_21942.cpp:85:33: error: 'i' was not declared in this scope
         for (rigster int i = 1; i <= n; i++)
                                 ^
0_0_30182601_21942.cpp:87:14: error: 'rigster' was not declared in this scope
         for (rigster int i = 1; i <= n; i++)
              ^
0_0_30182601_21942.cpp:87:33: error: 'i' was not declared in this scope
         for (rigster int i = 1; i <= n; i++)
                                 ^
0_0_30182601_21942.cpp:94:14: error: 'rigster' was not declared in this scope
         for (rigster int i = 1; i <= n; i++)
              ^
0_0_30182601_21942.cpp:94:33: error: 'i' was not declared in this scope
         for (rigster int i = 1; i <= n; i++)
                                 ^
0_0_30182601_21942.cpp:95:26: error: expected ';' before 'int'
             for (rigster int j = i + 1; j <= n; j++)
                          ^
0_0_30182601_21942.cpp:95:41: error: 'j' was not declared in this scope
             for (rigster int j = i + 1; j <= n; j++)
                                         ^
0_0_30182601_21942.cpp:99:32: error: 'v' was not declared in this scope
                     addedge(u, v, 1, 0), addedge(v, u, 0, 0);
                                ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-10-06 12:33:58, Gzip enabled