Problem firefighting
User emyz
Submission Time 2024-01-08 18:07:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

firefighting.cpp: In function ‘int main()’:
firefighting.cpp:14:11: error: overloaded function with no contextual type information
14 | min=d[i];
| ^
firefighting.cpp:17:9: error: invalid operands of types ‘<unresolved overloaded function type>’ and ‘int’ to binary ‘operator>’
17 | if (min>k)
| ~~~^~