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_17183155_8286.cpp:122:2: error: stray '#' in program
 }#include<iostream>
  ^
0_0_17183155_8286.cpp:122:3: error: 'include' does not name a type
 }#include<iostream>
   ^
0_0_17183155_8286.cpp:129:15: error: redefinition of 'char maps [110][110]'
 char maps[N][N];
               ^
0_0_17183155_8286.cpp:8:6: note: 'char maps [110][110]' previously declared here
 char maps[N][N];
      ^
0_0_17183155_8286.cpp:130:13: error: redefinition of 'int map [110][110]'
 int map[N][N];
             ^
0_0_17183155_8286.cpp:9:5: note: 'int map [110][110]' previously declared here
 int map[N][N];
     ^
0_0_17183155_8286.cpp:131:9: error: redefinition of 'int lx [110]'
 int lx[N], ly[N];
         ^
0_0_17183155_8286.cpp:10:5: note: 'int lx [110]' previously declared here
 int lx[N], ly[N];
     ^
0_0_17183155_8286.cpp:131:16: error: redefinition of 'int ly [110]'
 int lx[N], ly[N];
                ^
0_0_17183155_8286.cpp:10:12: note: 'int ly [110]' previously declared here
 int lx[N], ly[N];
            ^
0_0_17183155_8286.cpp:132:12: error: redefinition of 'int slack [110]'
 int slack[N];
            ^
0_0_17183155_8286.cpp:11:5: note: 'int slack [110]' previously declared here
 int slack[N];
     ^
0_0_17183155_8286.cpp:133:12: error: redefinition of 'int match [110]'
 int match[N];
            ^
0_0_17183155_8286.cpp:12:5: note: 'int match [110]' previously declared here
 int match[N];
     ^
0_0_17183155_8286.cpp:134:14: error: redefinition of 'bool visitx [110]'
 bool visitx[N], visity[N];
              ^
0_0_17183155_8286.cpp:13:6: note: 'bool visitx [110]' previously declared here
 bool visitx[N], visity[N];
      ^
0_0_17183155_8286.cpp:134:25: error: redefinition of 'bool visity [110]'
 bool visitx[N], visity[N];
                         ^
0_0_17183155_8286.cpp:13:17: note: 'bool visity [110]' previously declared here
 bool visitx[N], visity[N];
                 ^
0_0_17183155_8286.cpp:135:5: error: redefinition of 'int n'
 int n;
     ^
0_0_17183155_8286.cpp:14:5: note: 'int n' previously declared here
 int n;
     ^
0_0_17183155_8286.cpp: In function 'bool Hungary(int)':
0_0_17183155_8286.cpp:137:6: error: redefinition of 'bool Hungary(int)'
 bool Hungary(int u)
      ^
0_0_17183155_8286.cpp:16:6: note: 'bool Hungary(int)' previously defined here
 bool Hungary(int u)
      ^
0_0_17183155_8286.cpp: In function 'void KM_perfect_match()':
0_0_17183155_8286.cpp:162:6: error: redefinition of 'void KM_perfect_match()'
 void KM_perfect_match()
      ^
0_0_17183155_8286.cpp:41:6: note: 'void KM_perfect_match()' previously defined here
 void KM_perfect_match()
      ^
0_0_17183155_8286.cpp: In function 'int main()':
0_0_17183155_8286.cpp:200:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_17183155_8286.cpp:80: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-10-25 07:28:28, Gzip enabled