Problem | gotoschool_ex |
---|---|
User | Potato3218 |
Submission Time | 2023-11-05 21:42:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gotoschool_ex.cpp: In function ‘int main()’:
gotoschool_ex.cpp:11:15: error: expected ‘;’ before ‘}’ token
11 | v[i] = {a,i}
| ^
| ;
12 | }
| ~