Problem | pythonlist |
---|---|
User | pseudocoder101 |
Submission Time | 2025-06-18 09:22:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:22:18: error: expected ‘;’ before ‘}’ token
22 | cout<<"Empty"
| ^
| ;
23 | }
| ~