Problem stepgame
User VNHbest
Submission Time 2024-03-09 08:05:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

stepgame.cpp: In function ‘int main()’:
stepgame.cpp:12:14: error: invalid operands of types ‘long long int’ and ‘<unresolved overloaded function type>’ to binary ‘operator<’
12 | if (arr[i] < min) {
| ~~~~~~~^~~~~
stepgame.cpp:13:15: error: overloaded function with no contextual type information
13 | min = arr[i];
| ^