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_17472475_14969.cpp:175:14: error: redefinition of 'const double eps'
 const double eps=1e-8;
              ^
0_0_17472475_14969.cpp:17:14: note: 'const double eps' previously defined here
 const double eps = 1e-8 ;
              ^
0_0_17472475_14969.cpp:176:10: error: conflicting declaration 'const ll INF'
 const ll INF=1e18+10;
          ^
0_0_17472475_14969.cpp:16:14: note: previous declaration as 'const double INF'
 const double INF = 1e10 ;
              ^
0_0_17472475_14969.cpp:190:9: error: redefinition of 'int n'
 int T_T,n,m,t;
         ^
0_0_17472475_14969.cpp:40:5: note: 'int n' previously declared here
 int n , m , t ;
     ^
0_0_17472475_14969.cpp:190:11: error: redefinition of 'int m'
 int T_T,n,m,t;
           ^
0_0_17472475_14969.cpp:40:9: note: 'int m' previously declared here
 int n , m , t ;
         ^
0_0_17472475_14969.cpp:190:13: error: redefinition of 'int t'
 int T_T,n,m,t;
             ^
0_0_17472475_14969.cpp:40:13: note: 'int t' previously declared here
 int n , m , t ;
             ^
0_0_17472475_14969.cpp:191:11: error: conflicting declaration 'int f [60]'
 int f[maxn];
           ^
0_0_17472475_14969.cpp:42:8: note: previous declaration as 'double f [55]'
 double f[MAXN] ;
        ^
0_0_17472475_14969.cpp: In function 'int find(int)':
0_0_17472475_14969.cpp:193:5: error: redefinition of 'int find(int)'
 int find(int x)
     ^
0_0_17472475_14969.cpp:71:5: note: 'int find(int)' previously defined here
 int find ( int x )
     ^
0_0_17472475_14969.cpp: In function 'int main()':
0_0_17472475_14969.cpp:250:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_17472475_14969.cpp:146: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 00:18:28, Gzip enabled