Problem pythonlist
User jambusk
Submission Time 2025-06-18 10:04:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:18:14: error: ‘class std::stack<long long int>’ has no member named ‘front’
18 | cout << b.front() << '\n';
| ^~~~~