| Problem | mountainjourney |
|---|---|
| User | Yuhmama |
| Submission Time | 2026-06-24 09:52:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mountainjourney.cpp: In function ‘int main()’:
mountainjourney.cpp:17:5: error: expected ‘,’ or ‘;’ before ‘for’
17 | for (int i = 0; i < N; i++) {
| ^~~
mountainjourney.cpp:17:21: error: ‘i’ was not declared in this scope
17 | for (int i = 0; i < N; i++) {
| ^