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_25480593_20110.cpp:68:13: error: redefinition of 'int a [100001]'
 int a[100001],b[100001];
             ^
0_0_25480593_20110.cpp:9:5: note: 'int a [100001]' previously declared here
 int a[100001],b[100001];
     ^
0_0_25480593_20110.cpp:68:23: error: redefinition of 'int b [100001]'
 int a[100001],b[100001];
                       ^
0_0_25480593_20110.cpp:9:15: note: 'int b [100001]' previously declared here
 int a[100001],b[100001];
               ^
0_0_25480593_20110.cpp:69:11: error: redefinition of 'long long int times'
 long long times;
           ^
0_0_25480593_20110.cpp:10:11: note: 'long long int times' previously declared here
 long long times;
           ^
0_0_25480593_20110.cpp: In function 'void Merge(int, int, int)':
0_0_25480593_20110.cpp:70:6: error: redefinition of 'void Merge(int, int, int)'
 void Merge(int s,int m,int e)
      ^
0_0_25480593_20110.cpp:11:6: note: 'void Merge(int, int, int)' previously defined here
 void Merge(int s,int m,int e)
      ^
0_0_25480593_20110.cpp: In function 'void Merge_sort(int, int)':
0_0_25480593_20110.cpp:95:6: error: redefinition of 'void Merge_sort(int, int)'
 void Merge_sort(int s,int e)
      ^
0_0_25480593_20110.cpp:36:6: note: 'void Merge_sort(int, int)' previously defined here
 void Merge_sort(int s,int e)
      ^
0_0_25480593_20110.cpp: In function 'int main()':
0_0_25480593_20110.cpp:106:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_25480593_20110.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-09-30 00:29:49, Gzip enabled