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_37468578_27048.cpp:76:2: error: stray '#' in program
 }#include<iostream>
  ^
0_0_37468578_27048.cpp:76:3: error: 'include' does not name a type
 }#include<iostream>
   ^
0_0_37468578_27048.cpp:81:11: error: redefinition of 'const int MAX'
 const int MAX=305;
           ^
0_0_37468578_27048.cpp:6:11: note: 'const int MAX' previously defined here
 const int MAX=305;
           ^
0_0_37468578_27048.cpp:82:11: error: redefinition of 'const int INF'
 const int INF=0x4f4f4f4f;
           ^
0_0_37468578_27048.cpp:7:11: note: 'const int INF' previously defined here
 const int INF=0x4f4f4f4f;
           ^
0_0_37468578_27048.cpp:83:5: error: redefinition of 'int N'
 int N;
     ^
0_0_37468578_27048.cpp:8:5: note: 'int N' previously declared here
 int N;
     ^
0_0_37468578_27048.cpp:84:17: error: redefinition of 'int vis_girl [305]'
 int vis_girl[MAX];
                 ^
0_0_37468578_27048.cpp:9:5: note: 'int vis_girl [305]' previously declared here
 int vis_girl[MAX];
     ^
0_0_37468578_27048.cpp:85:16: error: redefinition of 'int vis_boy [305]'
 int vis_boy[MAX];
                ^
0_0_37468578_27048.cpp:10:5: note: 'int vis_boy [305]' previously declared here
 int vis_boy[MAX];
     ^
0_0_37468578_27048.cpp:86:16: error: redefinition of 'int ex_girl [305]'
 int ex_girl[MAX];
                ^
0_0_37468578_27048.cpp:11:5: note: 'int ex_girl [305]' previously declared here
 int ex_girl[MAX];
     ^
0_0_37468578_27048.cpp:87:15: error: redefinition of 'int ex_boy [305]'
 int ex_boy[MAX];
               ^
0_0_37468578_27048.cpp:12:5: note: 'int ex_boy [305]' previously declared here
 int ex_boy[MAX];
     ^
0_0_37468578_27048.cpp:88:18: error: redefinition of 'int love [305][305]'
 int love[MAX][MAX];
                  ^
0_0_37468578_27048.cpp:13:5: note: 'int love [305][305]' previously declared here
 int love[MAX][MAX];
     ^
0_0_37468578_27048.cpp:89:14: error: redefinition of 'int match [305]'
 int match[MAX];
              ^
0_0_37468578_27048.cpp:14:5: note: 'int match [305]' previously declared here
 int match[MAX];
     ^
0_0_37468578_27048.cpp:90:14: error: redefinition of 'int slack [305]'
 int slack[MAX];
              ^
0_0_37468578_27048.cpp:15:5: note: 'int slack [305]' previously declared here
 int slack[MAX];
     ^
0_0_37468578_27048.cpp: In function 'int dfs(int)':
0_0_37468578_27048.cpp:91:5: error: redefinition of 'int dfs(int)'
 int dfs(int girl){
     ^
0_0_37468578_27048.cpp:16:5: note: 'int dfs(int)' previously defined here
 int dfs(int girl){
     ^
0_0_37468578_27048.cpp: In function 'int KM()':
0_0_37468578_27048.cpp:107:5: error: redefinition of 'int KM()'
 int KM(){
     ^
0_0_37468578_27048.cpp:32:5: note: 'int KM()' previously defined here
 int KM(){
     ^
0_0_37468578_27048.cpp: In function 'int main()':
0_0_37468578_27048.cpp:139:5: error: redefinition of 'int main()'
 int main(){
     ^
0_0_37468578_27048.cpp:64: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-11-19 14:28:45, Gzip enabled