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_23217308_26444.cpp:104:11: error: redefinition of 'const int N'
 const int N=10010;
           ^
0_0_23217308_26444.cpp:21:11: note: 'const int N' previously defined here
 const int N=10010;  
           ^
0_0_23217308_26444.cpp:105:10: error: redefinition of 'const LL II'
 const LL II=100000000;
          ^
0_0_23217308_26444.cpp:22:10: note: 'const LL II' previously defined here
 const LL II=100000000;  
          ^
0_0_23217308_26444.cpp:106:11: error: redefinition of 'const int INF'
 const int INF=0x3f3f3f3f;
           ^
0_0_23217308_26444.cpp:23:11: note: 'const int INF' previously defined here
 const int INF=0x3f3f3f3f;  
           ^
0_0_23217308_26444.cpp:107:14: error: redefinition of 'const double PI'
 const double PI=acos(-1.0);
              ^
0_0_23217308_26444.cpp:24:14: note: 'const double PI' previously defined here
 const double PI=acos(-1.0);  
              ^
0_0_23217308_26444.cpp: In function 'int ext_gcd(int, int, int&, int&)':
0_0_23217308_26444.cpp:109:5: error: redefinition of 'int ext_gcd(int, int, int&, int&)'
 int ext_gcd(int a,int b,int &x,int &y)
     ^
0_0_23217308_26444.cpp:26:5: note: 'int ext_gcd(int, int, int&, int&)' previously defined here
 int ext_gcd(int a,int b,int &x,int &y)  
     ^
0_0_23217308_26444.cpp: In function 'int gcd(int, int)':
0_0_23217308_26444.cpp:122:5: error: redefinition of 'int gcd(int, int)'
 int gcd(int m,int n)
     ^
0_0_23217308_26444.cpp:39:5: note: 'int gcd(int, int)' previously defined here
 int gcd(int m,int n)  
     ^
0_0_23217308_26444.cpp: In function 'int main()':
0_0_23217308_26444.cpp:130:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_23217308_26444.cpp:47: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-05-19 05:32:41, Gzip enabled