Problem pythonlist
User brat
Submission Time 2025-11-05 19:02:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:11:29: error: ‘class std::stack<long long int>’ has no member named ‘back’
11 | if(!st.empty()){cout<<st.back()<<"\n";st.pop();}
| ^~~~