Problem stepgame
User YH
Submission Time 2024-10-31 22:51:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

stepgame.cpp: In function ‘int main()’:
stepgame.cpp:21:48: error: ‘arr’ was not declared in this scope
21 | else curr_min_sum = min(temp, curr_min_sum + arr[i]);
| ^~~