| Problem | gotoschool |
|---|---|
| User | xd490 |
| Submission Time | 2025-11-14 15:08:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:9:45: error: expected ‘;’ before ‘}’ token
9 | for (int i = 0; i < n; i++) {cin >> A[i]};
| ^
| ;