Problem atomsplit
User j0ashhh
Submission Time 2026-02-11 11:20:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

atomsplit.cpp: In function ‘int main()’:
atomsplit.cpp:14:17: error: ‘class std::multiset<long long int>’ has no member named ‘top’
14 | int curr = st.top();
| ^~~
atomsplit.cpp:15:6: error: ‘class std::multiset<long long int>’ has no member named ‘pop’
15 | st.pop();
| ^~~