| Problem | mountainjourney |
|---|---|
| User | 3rica |
| Submission Time | 2026-06-24 10:50:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mountainjourney.cpp: In function ‘int main()’:
mountainjourney.cpp:26:21: error: expected ‘;’ before ‘}’ token
26 | cout << A[i] << " "
| ^
| ;
27 | }
| ~
mountainjourney.cpp:29:21: error: expected ‘;’ before ‘}’ token
29 | cout << B[i] << " "
| ^
| ;
30 | }
| ~