Problem stepgame
User hackin7
Submission Time 2023-03-17 23:57:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

stepgame.cpp: In function ‘int main()’:
stepgame.cpp:18:26: error: expected ‘;’ before ‘for’
18 | minsum[i] = minsum[i-1]
| ^
| ;
19 | for(int j=0;j<i; j++){
| ~~~
stepgame.cpp:19:15: error: ‘j’ was not declared in this scope
19 | for(int j=0;j<i; j++){
| ^