Problem cyberland_apio23
User Xiaoyang
Submission Time 2023-11-19 14:47:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cyberland_apio23.cpp: In function ‘double solve(int, int, int, int, std::vector<int>, std::vector<int>, std::vector<int>, std::vector<int>)’:
cyberland_apio23.cpp:15:16: error: invalid operands of types ‘long long int’ and ‘double’ to binary ‘operator<<’
15 | #define inf 1ll<<60
| ~~~^~
| |
| long long int
cyberland_apio23.cpp:77:9: note: in expansion of macro ‘inf’
77 | if(abs(inf-ans)>0.0000001)return ans;
| ^~~