Problem ljubomora
User PerihelionfromAphelion
Submission Time 2026-08-08 22:38:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ljubomora.cpp: In function ‘int32_t main()’:
ljubomora.cpp:20:3: error: ‘mid’ was not declared in this scope
20 | mid = (low + high) / 2;
| ^~~
ljubomora.cpp:22:13: error: expected ‘;’ before ‘i’
22 | for (i = 0 i < m; i++) {
| ^~
| ;
ljubomora.cpp:22:24: error: expected ‘;’ before ‘)’ token
22 | for (i = 0 i < m; i++) {
| ^
| ;
ljubomora.cpp:28:10: error: ‘mid’ was not declared in this scope
28 | cout << mid;
| ^~~