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