Problem | paint_apio |
---|---|
User | Pan |
Submission Time | 2024-10-27 15:23:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
paint_apio.cpp: In function ‘int minimumInstructions(int, int, int, std::vector<int>, std::vector<int>, std::vector<std::vector<int> >)’:
paint_apio.cpp:84:11: error: invalid operands of types ‘<unresolved overloaded function type>’ and ‘ll’ {aka ‘long long int’} to binary ‘operator<=’
84 | if (max <= now) return -1;
| ~~~~^~~~~~