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_26764011_14101.cpp:66:11: error: redefinition of 'const int maxn'
 const int maxn=1e5+10;
           ^
0_0_26764011_14101.cpp:7:11: note: 'const int maxn' previously defined here
 const int maxn=1e5+10;
           ^
0_0_26764011_14101.cpp:68:11: error: redefinition of 'int a [100010]'
 int a[maxn],b[maxn];
           ^
0_0_26764011_14101.cpp:9:5: note: 'int a [100010]' previously declared here
 int a[maxn],b[maxn];
     ^
0_0_26764011_14101.cpp:68:19: error: redefinition of 'int b [100010]'
 int a[maxn],b[maxn];
                   ^
0_0_26764011_14101.cpp:9:13: note: 'int b [100010]' previously declared here
 int a[maxn],b[maxn];
             ^
0_0_26764011_14101.cpp:70:5: error: redefinition of 'int n'
 int n,k;
     ^
0_0_26764011_14101.cpp:11:5: note: 'int n' previously declared here
 int n,k;
     ^
0_0_26764011_14101.cpp:70:7: error: redefinition of 'int k'
 int n,k;
       ^
0_0_26764011_14101.cpp:11:7: note: 'int k' previously declared here
 int n,k;
       ^
0_0_26764011_14101.cpp:74:4: error: redefinition of 'll m'
 ll m;
    ^
0_0_26764011_14101.cpp:15:4: note: 'll m' previously declared here
 ll m;
    ^
0_0_26764011_14101.cpp: In function 'll calc(int)':
0_0_26764011_14101.cpp:76:4: error: redefinition of 'll calc(int)'
 ll calc(int x){
    ^
0_0_26764011_14101.cpp:17:4: note: 'll calc(int)' previously defined here
 ll calc(int x){
    ^
0_0_26764011_14101.cpp: In function 'int main()':
0_0_26764011_14101.cpp:92:5: error: redefinition of 'int main()'
 int main(){
     ^
0_0_26764011_14101.cpp:33: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-07-08 10:34:57, Gzip enabled