| Problem | mountainjourney2 |
|---|---|
| User | zerathebat |
| Submission Time | 2026-06-26 16:59:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mountainjourney2.cpp: In function ‘int main()’:
mountainjourney2.cpp:27:35: error: expected ‘)’ before ‘;’ token
27 | ans = min(vec[i + 2] - vec[i];
| ~ ^
| )
mountainjourney2.cpp:28:36: error: expected ‘)’ before ‘;’ token
28 | else ans = min(vec[i+1]-vec[i];
| ~ ^
| )
mountainjourney2.cpp:39:7: error: ‘ok’ was not declared in this scope
39 | if (ok(mid)) {
| ^~