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 ()
^
|