Problem maximum
User ndtz
Submission Time 2023-08-04 15:21:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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