Problem mountainjourney
User Zubair
Submission Time 2026-06-24 10:17:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mountainjourney.cpp: In function ‘int main()’:
mountainjourney.cpp:12:27: error: expected statement at end of input
12 | for(int i = 0; i < n; i++)
| ^
mountainjourney.cpp:12:27: error: expected ‘}’ at end of input
mountainjourney.cpp:5:16: note: to match this ‘{’
5 | signed main() {
| ^