Problem pythonlist
User PyAce
Submission Time 2025-06-18 09:33:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:15:7: error: ‘Cnum’ was not declared in this scope; did you mean ‘CNum’?
15 | if (Cnum == 1) {
| ^~~~
| CNum
pythonlist.cpp:22:1: error: expected primary-expression before ‘)’ token
22 | )
| ^
pythonlist.cpp:22:1: error: expected ‘}’ at end of input
pythonlist.cpp:7:15: note: to match this ‘{’
7 | signed main() {
| ^