0_0_31186498_14528.cpp: In function 'int pop(std::multiset<int>&, int)':
0_0_31186498_14528.cpp:11:38: error: 'cbegin' was not declared in this scope
auto pos = lower_bound(cbegin(mst), cend(mst), val);
^
0_0_31186498_14528.cpp:11:49: error: 'cend' was not declared in this scope
auto pos = lower_bound(cbegin(mst), cend(mst), val);
^
|