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_21398987_18700.cpp:55:20: error: redefinition of 'int link_p [105][105]'
 int link_p[105][105];
                    ^
0_0_21398987_18700.cpp:6:5: note: 'int link_p [105][105]' previously declared here
 int link_p[105][105];
     ^
0_0_21398987_18700.cpp:56:13: error: redefinition of 'bool vis [105]'
 bool vis[105];
             ^
0_0_21398987_18700.cpp:7:6: note: 'bool vis [105]' previously declared here
 bool vis[105];
      ^
0_0_21398987_18700.cpp:57:15: error: redefinition of 'int object [105]'
 int object[105];
               ^
0_0_21398987_18700.cpp:8:5: note: 'int object [105]' previously declared here
 int object[105];
     ^
0_0_21398987_18700.cpp:58:5: error: redefinition of 'int k'
 int k,n,m;
     ^
0_0_21398987_18700.cpp:9:5: note: 'int k' previously declared here
 int k,n,m;
     ^
0_0_21398987_18700.cpp:58:7: error: redefinition of 'int n'
 int k,n,m;
       ^
0_0_21398987_18700.cpp:9:7: note: 'int n' previously declared here
 int k,n,m;
       ^
0_0_21398987_18700.cpp:58:9: error: redefinition of 'int m'
 int k,n,m;
         ^
0_0_21398987_18700.cpp:9:9: note: 'int m' previously declared here
 int k,n,m;
         ^
0_0_21398987_18700.cpp: In function 'bool find_p(int)':
0_0_21398987_18700.cpp:59:6: error: redefinition of 'bool find_p(int)'
 bool find_p(int x)
      ^
0_0_21398987_18700.cpp:10:6: note: 'bool find_p(int)' previously defined here
 bool find_p(int x)
      ^
0_0_21398987_18700.cpp: In function 'int mmp()':
0_0_21398987_18700.cpp:72:5: error: redefinition of 'int mmp()'
 int mmp()
     ^
0_0_21398987_18700.cpp:23:5: note: 'int mmp()' previously defined here
 int mmp()
     ^
0_0_21398987_18700.cpp: In function 'int main()':
0_0_21398987_18700.cpp:83:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_21398987_18700.cpp:34: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-09-30 16:21:39, Gzip enabled