| Problem | mountainjourney2 |
|---|---|
| User | Zubair |
| Submission Time | 2026-06-26 16:09:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mountainjourney2.cpp: In function ‘int main()’:
mountainjourney2.cpp:8:23: error: ‘y’ was not declared in this scope
8 | for(int i=0;i<N+M;i+y){
| ^
mountainjourney2.cpp:9:9: error: ‘h’ was not declared in this scope
9 | cin>>h[i]
| ^
mountainjourney2.cpp:12:14: error: ‘h’ was not declared in this scope
12 | cout<<abs(h[0]-h[1])<"\n"
| ^
mountainjourney2.cpp: At global scope:
mountainjourney2.cpp:15:1: error: expected unqualified-id before ‘return’
15 | return 0;
| ^~~~~~
mountainjourney2.cpp:16:1: error: expected declaration before ‘}’ token
16 | }
| ^