| Problem | mountainjourney |
|---|---|
| User | Zubair |
| Submission Time | 2026-06-24 10:35:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mountainjourney.cpp: In function ‘int main()’:
mountainjourney.cpp:18:18: error: expected ‘;’ before ‘}’ token
18 | cout<<a[i]<<" "}
| ^
| ;
mountainjourney.cpp:20:18: error: expected ‘;’ before ‘}’ token
20 | {cout<<b[i]<<" "}
| ^
| ;