Problem | gotoschool |
---|---|
User | Codemaker001 |
Submission Time | 2025-02-07 15:10:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gotoschool.cpp: In function ‘int32_t main()’:
gotoschool.cpp:14:14: error: expected ‘;’ before ‘}’ token
14 | a[i] = x
| ^
| ;
15 | }
| ~