Problem | stepgame |
---|---|
User | Usu |
Submission Time | 2025-08-05 12:21:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
stepgame.cpp: In function ‘int main()’:
stepgame.cpp:17:9: error: ‘mi’ was not declared in this scope; did you mean ‘i’?
17 | mi = min(mi, current_min);
| ^~
| i
stepgame.cpp:19:13: error: ‘mi’ was not declared in this scope
19 | cout << mi << endl;
| ^~