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

Compile Error

pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:9:2: error: ‘cin_tie’ was not declared in this scope
9 | cin_tie(0);
| ^~~~~~~
pythonlist.cpp:17:7: error: ‘Cnum’ was not declared in this scope; did you mean ‘CNum’?
17 | if (Cnum == 1) {
| ^~~~
| CNum
pythonlist.cpp:21:28: error: void value not ignored as it ought to be
21 | LastIndex = vec.pop_back();
| ~~~~~~~~~~~~^~
pythonlist.cpp:24:1: error: expected primary-expression before ‘)’ token
24 | )
| ^
pythonlist.cpp:24:1: error: expected ‘}’ at end of input
pythonlist.cpp:7:15: note: to match this ‘{’
7 | signed main() {
| ^