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_14741112_18884.cpp:123:11: error: redefinition of 'const int N'
 const int N = 1e5 + 10;
           ^
0_0_14741112_18884.cpp:6:11: note: 'const int N' previously defined here
 const int N = 1e5 + 10;
           ^
0_0_14741112_18884.cpp:124:8: error: redefinition of 'std::string s'
 string s;
        ^
0_0_14741112_18884.cpp:7:8: note: 'std::string s' previously declared here
 string s;
        ^
0_0_14741112_18884.cpp:125:8: error: redefinition of 'int a [100010]'
 int a[N];
        ^
0_0_14741112_18884.cpp:8:5: note: 'int a [100010]' previously declared here
 int a[N];
     ^
0_0_14741112_18884.cpp:126:14: error: redefinition of 'long long int b [100010]'
 long long b[N];
              ^
0_0_14741112_18884.cpp:9:11: note: 'long long int b [100010]' previously declared here
 long long b[N];
           ^
0_0_14741112_18884.cpp: In function 'long long int Sub(long long int, long long int)':
0_0_14741112_18884.cpp:127:11: error: redefinition of 'long long int Sub(long long int, long long int)'
 long long Sub(long long a, long long b)
           ^
0_0_14741112_18884.cpp:10:11: note: 'long long int Sub(long long int, long long int)' previously defined here
 long long Sub(long long a, long long b)
           ^
0_0_14741112_18884.cpp: In function 'long long int Add(long long int, long long int)':
0_0_14741112_18884.cpp:131:11: error: redefinition of 'long long int Add(long long int, long long int)'
 long long Add(long long a, long long b)
           ^
0_0_14741112_18884.cpp:14:11: note: 'long long int Add(long long int, long long int)' previously defined here
 long long Add(long long a, long long b)
           ^
0_0_14741112_18884.cpp: In function 'int main()':
0_0_14741112_18884.cpp:135:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_14741112_18884.cpp:18: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 06:27:54, Gzip enabled