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