Problem | wrongreverse |
---|---|
User | god |
Submission Time | 2025-06-20 12:52:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
wrongreverse.cpp: In function ‘int32_t main()’:
wrongreverse.cpp:19:21: error: expected ‘;’ before ‘cin’
19 | array.push_back(x)
| ^
| ;
20 | cin >> x;
| ~~~
wrongreverse.cpp:21:21: error: expected ‘;’ before ‘if’
21 | array.push_back(x)
| ^
| ;
22 | if(array[0] != array[1]) {
| ~~