| Problem | squidzofrenzic |
|---|---|
| User | PerihelionfromAphelion |
| Submission Time | 2026-08-08 21:33:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
squidzofrenzic.cpp: In function ‘int main()’:
squidzofrenzic.cpp:10:7: error: ‘i’ was not declared in this scope
10 | for (i = 0; i < n; i++) {
| ^
squidzofrenzic.cpp:19:8: error: ‘i’ was not declared in this scope
19 | for (i = 0; i < n; i++) {
| ^
squidzofrenzic.cpp:29:10: error: ‘mid’ was not declared in this scope
29 | cout << mid;
| ^~~