Problem cyberland_apio23
User Xiaoyang
Submission Time 2023-11-19 14:42:06
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 ‘double’ and ‘int’ to binary ‘operator<<’
15 | #define inf 1ll<<60
| ^~~~
| |
| int
cyberland_apio23.cpp:78:13: note: in expansion of macro ‘inf’
78 | if(abs(ans-inf)>1e7)return ans;
| ^~~