Problem | minstack |
---|---|
User | helloworld |
Submission Time | 2024-05-10 12:24:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minstack.cpp: In function ‘int getMin()’:
minstack.cpp:18:27: error: cannot convert ‘std::multiset<int>’ to ‘int’ in return
18 | for(int i : s) return s;
| ^