| Problem | atomsplit |
|---|---|
| User | j0ashhh |
| Submission Time | 2026-02-11 11:21:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
atomsplit.cpp: In function ‘int main()’:
atomsplit.cpp:14:23: error: ‘class std::multiset<long long int>’ has no member named ‘top’
14 | long long curr = st.top();
| ^~~
atomsplit.cpp:15:6: error: ‘class std::multiset<long long int>’ has no member named ‘pop’
15 | st.pop();
| ^~~