| Problem | mountainjourney |
|---|---|
| User | proplayermason |
| Submission Time | 2026-06-24 11:10:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mountainjourney.cpp: In function ‘int main()’:
mountainjourney.cpp:21:1: error: expected ‘,’ or ‘;’ before ‘for’
21 | for (int i = M - 1; i >= 0; i--) {
| ^~~
mountainjourney.cpp:21:21: error: ‘i’ was not declared in this scope
21 | for (int i = M - 1; i >= 0; i--) {
| ^