| Problem | summit |
|---|---|
| User | chickengoat |
| Submission Time | 2026-02-24 10:26:08 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
summit.cpp: In function ‘int main()’:
summit.cpp:37:3: error: ‘mid’ was not declared in this scope
37 | mid=(left+right)/2;
| ^~~
summit.cpp:38:26: error: expected ‘}’ at end of input
38 | if(metresclimbed(mid)) {
| ^
summit.cpp:38:26: error: expected ‘}’ at end of input
summit.cpp:36:22: note: to match this ‘{’
36 | while(right-left>1) {
| ^
summit.cpp:38:26: error: expected ‘}’ at end of input
38 | if(metresclimbed(mid)) {
| ^
summit.cpp:31:12: note: to match this ‘{’
31 | int main() {
| ^