Problem | pythonlist |
---|---|
User | PyAce |
Submission Time | 2025-06-18 09:58:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:17:5: error: expected ‘(’ before ‘if’
17 | if (CNum == 1) {
| ^~
| (
pythonlist.cpp:19:6: error: ‘else’ without a previous ‘if’
19 | }else if((vec.empty()) && (CNum ==2)) {
| ^~~~