Problem pythonlist
User birdbird
Submission Time 2026-08-03 16:54:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:15:14: error: ‘class std::deque<int>’ has no member named ‘pop’
15 | cout << y.pop() << "\n";
| ^~~