| Problem | mountainjourney |
|---|---|
| User | Yuhmama |
| Submission Time | 2026-06-24 10:12:24 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mountainjourney.cpp: In function ‘int main()’:
mountainjourney.cpp:21:12: error: ‘i’ was not declared in this scope
21 | cout << A[i] + N[i]
| ^
mountainjourney.cpp: At global scope:
mountainjourney.cpp:24:5: error: expected unqualified-id before ‘return’
24 | return 0;
| ^~~~~~
mountainjourney.cpp:25:1: error: expected declaration before ‘}’ token
25 | }
| ^