| Problem | gotoschool | 
|---|---|
| User | JK13 | 
| Submission Time | 2023-11-08 22:57:10 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:12:12: error: ‘arr’ was not declared in this scope
   12 |     cin >> arr[i]; // reads in input
      |            ^~~
gotoschool.cpp:15:13: error: ‘arr’ was not declared in this scope
   15 |     cout << arr[i] << " "; // outputs: 1 3 5 7
      |             ^~~