| Problem | minstack |
|---|---|
| User | trashcan08 |
| Submission Time | 2024-12-27 16:41:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minstack.cpp: In function ‘int getMin()’:
minstack.cpp:23:12: error: ‘class std::stack<int>’ has no member named ‘begin’
23 | return *s.begin();
| ^~~~~