Problem | gotoschool |
---|---|
User | jethrochai |
Submission Time | 2023-11-26 22:43:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:6:15: error: expected unqualified-id before ‘int’
6 | int ans[N], int in;
| ^~~
gotoschool.cpp:8:11: error: ‘in’ was not declared in this scope; did you mean ‘i’?
8 | cin >> in;
| ^~
| i