Problem | 3nplus1II |
---|---|
User | isaackhong |
Submission Time | 2023-01-07 14:15:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1II.cpp: In function ‘int main()’:
3nplus1II.cpp:22:10: error: expected ‘;’ before ‘x’
22 | a = -1
| ^
| ;
23 | x.push_back(a);
| ~
3nplus1II.cpp:27:1: error: expected ‘}’ at end of input
27 | }
| ^
3nplus1II.cpp:7:12: note: to match this ‘{’
7 | int main() {
| ^