| Problem | boxispull |
|---|---|
| User | Water |
| Submission Time | 2024-02-17 09:12:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
boxispull.cpp: In function ‘int main()’:
boxispull.cpp:29:7: error: ‘i’ was not declared in this scope
29 | arr[i] = t;
| ^
boxispull.cpp:32:15: error: ‘i’ was not declared in this scope
32 | cout << arr[i] << endl;
| ^