Problem | stepgame |
---|---|
User | mertbbm |
Submission Time | 2023-11-22 11:48:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
stepgame.cpp: In function ‘int32_t main()’:
stepgame.cpp:77:3: error: ‘best’ was not declared in this scope
77 | best=max(best,dp(x));
| ^~~~
stepgame.cpp:79:11: error: ‘best’ was not declared in this scope
79 | cout << -best;
| ^~~~