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_19434577_15533.cpp:85:1: error: stray '\307' in program
 DINIC 前向星版:
 ^
0_0_19434577_15533.cpp:85:1: error: stray '\260' in program
0_0_19434577_15533.cpp:85:1: error: stray '\317' in program
0_0_19434577_15533.cpp:85:1: error: stray '\362' in program
0_0_19434577_15533.cpp:85:1: error: stray '\320' in program
0_0_19434577_15533.cpp:85:1: error: stray '\307' in program
0_0_19434577_15533.cpp:85:1: error: stray '\260' in program
0_0_19434577_15533.cpp:85:1: error: stray '\346' in program
0_0_19434577_15533.cpp:85:1: error: stray '\243' in program
0_0_19434577_15533.cpp:85:1: error: stray '\272' in program
0_0_19434577_15533.cpp:85:1: error: 'DINIC' does not name a type
0_0_19434577_15533.cpp:90:11: error: redefinition of 'const int INF'
 const int INF=0x3f3f3f3f;
           ^
0_0_19434577_15533.cpp:5:11: note: 'const int INF' previously defined here
 const int INF=0x3f3f3f3f;
           ^
0_0_19434577_15533.cpp:91:11: error: redefinition of 'const int N'
 const int N=2050;
           ^
0_0_19434577_15533.cpp:6:11: note: 'const int N' previously defined here
 const int N=1e3+10;
           ^
0_0_19434577_15533.cpp:94:8: error: conflicting declaration 'int q [1010]'
 int q[N],h;
        ^
0_0_19434577_15533.cpp:10:5: note: previous declaration as 'int q [101000]'
 int q[N*100],h,r;
     ^
0_0_19434577_15533.cpp:94:10: error: redefinition of 'int h'
 int q[N],h;
          ^
0_0_19434577_15533.cpp:10:14: note: 'int h' previously declared here
 int q[N*100],h,r;
              ^
0_0_19434577_15533.cpp:95:5: error: redefinition of 'int n'
 int n,m,ans;
     ^
0_0_19434577_15533.cpp:11:5: note: 'int n' previously declared here
 int n,m,ans;
     ^
0_0_19434577_15533.cpp:95:7: error: redefinition of 'int m'
 int n,m,ans;
       ^
0_0_19434577_15533.cpp:11:7: note: 'int m' previously declared here
 int n,m,ans;
       ^
0_0_19434577_15533.cpp:95:9: error: redefinition of 'int ans'
 int n,m,ans;
         ^
0_0_19434577_15533.cpp:11:9: note: 'int ans' previously declared here
 int n,m,ans;
         ^
0_0_19434577_15533.cpp: In function 'void DINIC()':
0_0_19434577_15533.cpp:150:6: error: redefinition of 'void DINIC()'
 void DINIC()
      ^
0_0_19434577_15533.cpp:54:6: note: 'void DINIC()' previously defined here
 void DINIC()
      ^
0_0_19434577_15533.cpp: In function 'int main()':
0_0_19434577_15533.cpp:166:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_19434577_15533.cpp:66:5: note: 'int main()' previously defined here
 int main()
     ^


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-07-03 20:33:16, Gzip enabled