Problem stepgame
User Red123
Submission Time 2026-07-03 13:40:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

stepgame.cpp: In function ‘int main()’:
stepgame.cpp:13:6: error: redeclaration of ‘long long int minimum’
13 | int minimum = arr[0];
| ^~~~~~~
stepgame.cpp:9:6: note: ‘long long int minimum’ previously declared here
9 | int minimum = 0;
| ^~~~~~~