| Problem | ljubomora |
|---|---|
| User | PerihelionfromAphelion |
| Submission Time | 2026-08-08 22:38:47 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ljubomora.cpp: In function ‘int32_t main()’:
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;
| ^~~