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_17183158_24593.cpp:102:2: error: stray '#' in program
 }#include<cstdio>
  ^
0_0_17183158_24593.cpp:102:3: error: 'include' does not name a type
 }#include<cstdio>
   ^
0_0_17183158_24593.cpp:111:5: error: redefinition of 'int n'
 int n,m,numm,numh;
     ^
0_0_17183158_24593.cpp:10:5: note: 'int n' previously declared here
 int n,m,numm,numh;
     ^
0_0_17183158_24593.cpp:111:7: error: redefinition of 'int m'
 int n,m,numm,numh;
       ^
0_0_17183158_24593.cpp:10:7: note: 'int m' previously declared here
 int n,m,numm,numh;
       ^
0_0_17183158_24593.cpp:111:9: error: redefinition of 'int numm'
 int n,m,numm,numh;
         ^
0_0_17183158_24593.cpp:10:9: note: 'int numm' previously declared here
 int n,m,numm,numh;
         ^
0_0_17183158_24593.cpp:111:14: error: redefinition of 'int numh'
 int n,m,numm,numh;
              ^
0_0_17183158_24593.cpp:10:14: note: 'int numh' previously declared here
 int n,m,numm,numh;
              ^
0_0_17183158_24593.cpp:112:19: error: redefinition of 'int map [105][105]'
 int map[MAXN][MAXN],lx[MAXN],ly[MAXN],vx[MAXN],vy[MAXN],matchy_x[MAXN],slack[MAXN];
                   ^
0_0_17183158_24593.cpp:11:5: note: 'int map [105][105]' previously declared here
 int map[MAXN][MAXN],lx[MAXN],ly[MAXN],vx[MAXN],vy[MAXN],matchy_x[MAXN];
     ^
0_0_17183158_24593.cpp:112:28: error: redefinition of 'int lx [105]'
 int map[MAXN][MAXN],lx[MAXN],ly[MAXN],vx[MAXN],vy[MAXN],matchy_x[MAXN],slack[MAXN];
                            ^
0_0_17183158_24593.cpp:11:21: note: 'int lx [105]' previously declared here
 int map[MAXN][MAXN],lx[MAXN],ly[MAXN],vx[MAXN],vy[MAXN],matchy_x[MAXN];
                     ^
0_0_17183158_24593.cpp:112:37: error: redefinition of 'int ly [105]'
 int map[MAXN][MAXN],lx[MAXN],ly[MAXN],vx[MAXN],vy[MAXN],matchy_x[MAXN],slack[MAXN];
                                     ^
0_0_17183158_24593.cpp:11:30: note: 'int ly [105]' previously declared here
 int map[MAXN][MAXN],lx[MAXN],ly[MAXN],vx[MAXN],vy[MAXN],matchy_x[MAXN];
                              ^
0_0_17183158_24593.cpp:112:46: error: redefinition of 'int vx [105]'
 int map[MAXN][MAXN],lx[MAXN],ly[MAXN],vx[MAXN],vy[MAXN],matchy_x[MAXN],slack[MAXN];
                                              ^
0_0_17183158_24593.cpp:11:39: note: 'int vx [105]' previously declared here
 int map[MAXN][MAXN],lx[MAXN],ly[MAXN],vx[MAXN],vy[MAXN],matchy_x[MAXN];
                                       ^
0_0_17183158_24593.cpp:112:55: error: redefinition of 'int vy [105]'
 int map[MAXN][MAXN],lx[MAXN],ly[MAXN],vx[MAXN],vy[MAXN],matchy_x[MAXN],slack[MAXN];
                                                       ^
0_0_17183158_24593.cpp:11:48: note: 'int vy [105]' previously declared here
 int map[MAXN][MAXN],lx[MAXN],ly[MAXN],vx[MAXN],vy[MAXN],matchy_x[MAXN];
                                                ^
0_0_17183158_24593.cpp:112:70: error: redefinition of 'int matchy_x [105]'
 int map[MAXN][MAXN],lx[MAXN],ly[MAXN],vx[MAXN],vy[MAXN],matchy_x[MAXN],slack[MAXN];
                                                                      ^
0_0_17183158_24593.cpp:11:57: note: 'int matchy_x [105]' previously declared here
 int map[MAXN][MAXN],lx[MAXN],ly[MAXN],vx[MAXN],vy[MAXN],matchy_x[MAXN];
                                                         ^
0_0_17183158_24593.cpp:113:18: error: redefinition of 'char s [105][105]'
 char s[MAXN][MAXN];
                  ^
0_0_17183158_24593.cpp:12:6: note: 'char s [105][105]' previously declared here
 char s[MAXN][MAXN];
      ^
0_0_17183158_24593.cpp: In function 'int abs(int)':
0_0_17183158_24593.cpp:114:5: error: redefinition of 'int abs(int)'
 int abs(int a){return a<0?-a:a;}
     ^
0_0_17183158_24593.cpp:13:5: note: 'int abs(int)' previously defined here
 int abs(int a){return a<0?-a:a;}
     ^
0_0_17183158_24593.cpp: In function 'bool hungary(int)':
0_0_17183158_24593.cpp:117:6: error: redefinition of 'bool hungary(int)'
 bool hungary(int u)
      ^
0_0_17183158_24593.cpp:15:6: note: 'bool hungary(int)' previously defined here
 bool hungary(int u)
      ^
0_0_17183158_24593.cpp: In function 'void EK_match()':
0_0_17183158_24593.cpp:138:6: error: redefinition of 'void EK_match()'
 void EK_match()
      ^
0_0_17183158_24593.cpp:32:6: note: 'void EK_match()' previously defined here
 void EK_match()
      ^
0_0_17183158_24593.cpp: In function 'int main()':
0_0_17183158_24593.cpp:174:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_17183158_24593.cpp:67: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:34:12, Gzip enabled