Problem | pythonlist |
---|---|
User | ov5rki11 |
Submission Time | 2025-06-18 09:27:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:16:23: error: expected ‘;’ before ‘stk’
16 | cout << (stk.top())
| ^
| ;
17 | stk.pop()
| ~~~