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_20168531_27046.cpp:90:11: error: redefinition of 'const int maxn'
 const int maxn = 1e5 + 10;
           ^
0_0_20168531_27046.cpp:18:11: note: 'const int maxn' previously defined here
 const int maxn = 1e5 + 10;
           ^
0_0_20168531_27046.cpp:91:11: error: redefinition of 'const int INF'
 const int INF = 0x3f3f3f3f;
           ^
0_0_20168531_27046.cpp:19:11: note: 'const int INF' previously defined here
 const int INF = 0x3f3f3f3f;
           ^
0_0_20168531_27046.cpp:92:11: error: redefinition of 'const int MOD'
 const int MOD = 1e9 + 7;
           ^
0_0_20168531_27046.cpp:20:11: note: 'const int MOD' previously defined here
 const int MOD = 1e9 + 7;
           ^
0_0_20168531_27046.cpp:93:14: error: redefinition of 'const double PI'
 const double PI = acos(-1.0);
              ^
0_0_20168531_27046.cpp:21:14: note: 'const double PI' previously defined here
 const double PI = acos(-1.0);
              ^
0_0_20168531_27046.cpp:94:14: error: redefinition of 'const double esp'
 const double esp = 1e-4;
              ^
0_0_20168531_27046.cpp:22:14: note: 'const double esp' previously defined here
 const double esp = 1e-4;
              ^
0_0_20168531_27046.cpp:99:21: error: redefinition of 'int num [100010]'
 int f[maxn],num[maxn];  
                     ^
0_0_20168531_27046.cpp:27:5: note: 'int num [100010]' previously declared here
 int num[maxn];
     ^
0_0_20168531_27046.cpp: In function 'int main()':
0_0_20168531_27046.cpp:119:5: error: redefinition of 'int main()'
 int main()  
     ^
0_0_20168531_27046.cpp:49: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 09:58:02, Gzip enabled