Problem squidzofrenzic
User JK13
Submission Time 2023-11-09 13:50:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

squidzofrenzic.cpp: In function ‘int32_t main()’:
squidzofrenzic.cpp:12:9: error: ‘l’ was not declared in this scope
12 | if (l<= middle) {
| ^
squidzofrenzic.cpp:12:13: error: ‘middle’ was not declared in this scope
12 | if (l<= middle) {
| ^~~~~~
squidzofrenzic.cpp:16:3: error: ‘h’ was not declared in this scope
16 | h = middle;
| ^
squidzofrenzic.cpp:18:10: error: ‘l’ was not declared in this scope
18 | cout << l << '\n';
| ^
squidzofrenzic.cpp:21:1: error: expected ‘}’ at end of input
21 | }
| ^
squidzofrenzic.cpp:4:17: note: to match this ‘{’
4 | int32_t main () {
| ^