| Problem | pythonlist |
|---|---|
| User | XY3491 |
| Submission Time | 2026-03-05 17:30:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:37:37: error: ‘cite’ was not declared in this scope
37 | cout << "Empty\n"; [cite: 13]
| ^~~~
pythonlist.cpp:37:41: error: expected ‘,’ before ‘:’ token
37 | cout << "Empty\n"; [cite: 13]
| ^
| ,
pythonlist.cpp:37:41: error: expected identifier before ‘:’ token
pythonlist.cpp: In lambda function:
pythonlist.cpp:38:13: error: expected ‘{’ before ‘}’ token
38 | } else {
| ^
pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:37:46: error: expected ‘;’ before ‘}’ token
37 | cout << "Empty\n"; [cite: 13]
| ^
| ;
38 | } else