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_23191552_3684.cpp:121:12: error: redefinition of 'int vis [105]'
 int vis[105],n;
            ^
0_0_23191552_3684.cpp:10:5: note: 'int vis [105]' previously declared here
 int vis[105],n; 
     ^
0_0_23191552_3684.cpp:121:14: error: redefinition of 'int n'
 int vis[105],n;
              ^
0_0_23191552_3684.cpp:10:14: note: 'int n' previously declared here
 int vis[105],n; 
              ^
0_0_23191552_3684.cpp:123:20: error: redefinition of 'double map [105][105]'
 double map[105][105],l;
                    ^
0_0_23191552_3684.cpp:12:8: note: 'double map [105][105]' previously declared here
 double map[105][105],l; 
        ^
0_0_23191552_3684.cpp:123:22: error: redefinition of 'double l'
 double map[105][105],l;
                      ^
0_0_23191552_3684.cpp:12:22: note: 'double l' previously declared here
 double map[105][105],l; 
                      ^
0_0_23191552_3684.cpp: In function 'double dis(double, double, double, double, double, double)':
0_0_23191552_3684.cpp:125:8: error: redefinition of 'double dis(double, double, double, double, double, double)'
 double dis(double x1,double y1,double z1,double x2,double y2,double z2)
        ^
0_0_23191552_3684.cpp:14:8: note: 'double dis(double, double, double, double, double, double)' previously defined here
 double dis(double x1,double y1,double z1,double x2,double y2,double z2) 
        ^
0_0_23191552_3684.cpp: In function 'int main()':
0_0_23191552_3684.cpp:133:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_23191552_3684.cpp:22: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-30 00:33:24, Gzip enabled