Problem | gotoschool |
---|---|
User | Ningja |
Submission Time | 2023-11-08 16:03:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:11:9: error: expected ‘;’ before ‘cout’
11 | v[a]=i
| ^
| ;
12 | cout << v << endl;
| ~~~~
gotoschool.cpp:13:1: error: expected ‘}’ at end of input
13 | }
| ^
gotoschool.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^