Problem pythonlist
User R9q5P8
Submission Time 2026-06-18 20:37:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:13:88: error: expected ‘;’ before ‘}’ token
13 | if (ins == 2) if (s.empty()) cout << "Empty\n"; else {printf("%d\n", s.top());s.pop()}
| ^
| ;