| Problem | mountainjourney |
|---|---|
| User | neoaix |
| Submission Time | 2026-06-24 09:36:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mountainjourney.cpp: In function ‘int main()’:
mountainjourney.cpp:8:5: error: expected initializer before ‘for’
8 | for (int i = 0; i < n; i++);cin >> a[i];
| ^~~
mountainjourney.cpp:8:21: error: ‘i’ was not declared in this scope
8 | for (int i = 0; i < n; i++);cin >> a[i];
| ^