Problem | stepgame |
---|---|
User | wongethan8192 |
Submission Time | 2023-02-24 16:26:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
stepgame.cpp: In function ‘int main()’:
stepgame.cpp:10:26: error: ‘b’ was not declared in this scope
10 | for(int d=c;d<a;){sum+=V[b];best=min(best,sum);}}cout<<best;}
| ^