| Problem | mountainjourney |
|---|---|
| User | jaydenlol |
| Submission Time | 2026-06-24 09:29:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mountainjourney.cpp: In function ‘int main()’:
mountainjourney.cpp:19:24: error: expected ‘;’ before ‘}’ token
19 | cout << A[i] << " "
| ^
| ;
20 | }
| ~
mountainjourney.cpp:22:24: error: expected ‘;’ before ‘}’ token
22 | cout << B[i] << " "
| ^
| ;
23 | }
| ~