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_21608569_9988.cpp:65:17: error: redefinition of 'const long long int INF'
 const long long INF = 1e18+1LL;
                 ^
0_0_21608569_9988.cpp:24:17: note: 'const long long int INF' previously defined here
 const long long INF = 1e18+1LL;
                 ^
0_0_21608569_9988.cpp:66:11: error: redefinition of 'const int inf'
 const int inf = 1e9+1e8;
           ^
0_0_21608569_9988.cpp:25:11: note: 'const int inf' previously defined here
 const int inf = 1e9+1e8;
           ^
0_0_21608569_9988.cpp:67:11: error: redefinition of 'const int N'
 const int N=1e5+100;
           ^
0_0_21608569_9988.cpp:26:11: note: 'const int N' previously defined here
 const int N=1e5+100;
           ^
0_0_21608569_9988.cpp:68:10: error: redefinition of 'const long long int mod'
 const ll mod=1e9+7;
          ^
0_0_21608569_9988.cpp:27:10: note: 'const long long int mod' previously defined here
 const ll mod=1e9+7;
          ^
0_0_21608569_9988.cpp:70:5: error: redefinition of 'int n'
 int n,x;
     ^
0_0_21608569_9988.cpp:29:5: note: 'int n' previously declared here
 int n,x;
     ^
0_0_21608569_9988.cpp:70:7: error: redefinition of 'int x'
 int n,x;
       ^
0_0_21608569_9988.cpp:29:7: note: 'int x' previously declared here
 int n,x;
       ^
0_0_21608569_9988.cpp: In function 'int main()':
0_0_21608569_9988.cpp:71:5: error: redefinition of 'int main()'
 int main(){
     ^
0_0_21608569_9988.cpp:30: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-17 06:28:42, Gzip enabled