Problem burgers
User PerihelionfromAphelion
Submission Time 2026-08-23 23:29:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

burgers.cpp: In function ‘int32_t main()’:
burgers.cpp:17:20: error: ‘lo’ was not declared in this scope; did you mean ‘low’?
17 | int mid = (lo + hi + 1) / 2;
| ^~
| low
burgers.cpp:17:25: error: ‘hi’ was not declared in this scope
17 | int mid = (lo + hi + 1) / 2;
| ^~