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_29378018_21910.cpp: In function 'int spfa(int, int, int)':
0_0_29378018_21910.cpp:60:13: error: 'i' was not declared in this scope
         for(i=head[u]; i!=-1; i=edge[i].next)
             ^
0_0_29378018_21910.cpp: In function 'int MCMF(int, int, int)':
0_0_29378018_21910.cpp:84:13: error: 'i' was not declared in this scope
         for(i=pp[t]; i!=-1; i=pp[edge[i].u])
             ^
0_0_29378018_21910.cpp:86:13: error: 'i' was not declared in this scope
         for(i=pp[t]; i!=-1; i=pp[edge[i].u])
             ^
0_0_29378018_21910.cpp: In function 'int main()':
0_0_29378018_21910.cpp:100:13: error: 'i' was not declared in this scope
         for(i=0; i<n; i++)
             ^
0_0_29378018_21910.cpp:102:14: error: 'i' was not declared in this scope
         for( i=0; i<n; i++)
              ^
0_0_29378018_21910.cpp:103:17: error: 'j' was not declared in this scope
             for(j=0; j<m; j++)
                 ^
0_0_29378018_21910.cpp:110:14: error: 'i' was not declared in this scope
         for( i=1; i<=cm; i++)
              ^
0_0_29378018_21910.cpp:111:17: error: 'j' was not declared in this scope
             for(j=1; j<=cn; j++)
                 ^
0_0_29378018_21910.cpp:113:9: error: 's' was not declared in this scope
         s=0,t=2*cn+1;
         ^
0_0_29378018_21910.cpp:113:13: error: 't' was not declared in this scope
         s=0,t=2*cn+1;
             ^
0_0_29378018_21910.cpp:114:13: error: 'i' was not declared in this scope
         for(i=1; i<=cm; i++)
             ^
0_0_29378018_21910.cpp:116:13: error: 'i' was not declared in this scope
         for(i=1; i<=cn; i++)
             ^


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-27 01:36:38, Gzip enabled