Problem sumint
User ndtz
Submission Time 2023-08-04 15:20:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp:166:8: error: redefinition of ‘double EPS’
166 | double EPS = 1e-9;
| ^~~
sumint.cpp:23:8: note: ‘double EPS’ previously defined here
23 | double EPS = 1e-9;
| ^~~
sumint.cpp:167:5: error: redefinition of ‘int INF’
167 | int INF = 1000000005;
| ^~~
sumint.cpp:24:5: note: ‘int INF’ previously defined here
24 | int INF = 1000000005;
| ^~~
sumint.cpp:168:4: error: redefinition of ‘LL INFF’
168 | LL INFF = 1000000000000000005LL;
| ^~~~
sumint.cpp:25:4: note: ‘LL INFF’ previously defined here
25 | LL INFF = 1000000000000000005LL;
| ^~~~
sumint.cpp:169:8: error: redefinition of ‘double PI’
169 | double PI = acos(-1);
| ^~
sumint.cpp:26:8: note: ‘double PI’ previously defined here
26 | double PI = acos(-1);
| ^~
sumint.cpp:170:5: error: redefinition of ‘int dirx [8]’
170 | int dirx[8] = {-1, 0, 0,