Problem | xmas |
---|---|
User | ybc |
Submission Time | 2023-11-18 10:49:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
xmas.cpp: In function ‘int main()’:
xmas.cpp:13:22: error: expected ‘;’ before ‘}’ token
13 | myvector.push_back(a)
| ^
| ;
14 | }
| ~
xmas.cpp:17:18: error: expected ‘;’ before ‘}’ token
17 | arr[arr[i]] = i+1
| ^
| ;
18 | }
| ~
xmas.cpp:21:1: error: expected ‘}’ at end of input
21 | }
| ^
xmas.cpp:4:12: note: to match this ‘{’
4 | int main (){
| ^