| Problem | mountainjourney2 |
|---|---|
| User | sporknives |
| Submission Time | 2026-06-26 14:02:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mountainjourney2.cpp: In function ‘int main()’:
mountainjourney2.cpp:11:14: error: expected ‘;’ before ‘int’
11 | sort(a,a+n+m)
| ^
| ;
12 | int lo=0,hi=INT_MAX;
| ~~~
mountainjourney2.cpp:14:7: error: ‘lo’ was not declared in this scope; did you mean ‘log’?
14 | while(lo<=hi){
| ^~
| log
mountainjourney2.cpp:14:11: error: ‘hi’ was not declared in this scope
14 | while(lo<=hi){
| ^~