Problem pythonlist
User XY3491
Submission Time 2026-03-05 17:26:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:36:43: error: ‘cite’ was not declared in this scope
36 | cout << "Empty" << "\n"; [cite: 13, 55]
| ^~~~
pythonlist.cpp:36:47: error: expected ‘,’ before ‘:’ token
36 | cout << "Empty" << "\n"; [cite: 13, 55]
| ^
| ,
pythonlist.cpp:36:47: error: expected identifier before ‘:’ token
pythonlist.cpp:36:51: error: expected ‘]’ before ‘,’ token
36 | cout << "Empty" << "\n"; [cite: 13, 55]
| ^
| ]
pythonlist.cpp: In lambda function:
pythonlist.cpp:36:51: error: expected ‘{’ before ‘,’ token
pythonlist.cpp: In function ‘int main()’:
pythonl