Problem hack
User Tyx2019
Submission Time 2025-05-20 20:54:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hack.cpp: In function ‘int32_t hack()’:
hack.cpp:63:35: error: ‘mul’ was not declared in this scope; did you mean ‘fmul’?
63 | if(collisions({1, 1 + mul * i}) != 0) return mul * i + 1;
| ^~~
| fmul
hack.cpp:63:43: error: could not convert ‘{1, <expression error>}’ from ‘<brace-enclosed initializer list>’ to ‘std::vector<long long int>’
63 | if(collisions({1, 1 + mul * i}) != 0) return mul * i + 1;
| ^
| |
| <brace-enclosed initializer list>