<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>peroon</author_name>
  <author_url>https://blog.hatena.ne.jp/peroon/</author_url>
  <blog_title>perogram</blog_title>
  <blog_url>https://perogram.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>sorted 適当に突っ込んでからprintしてみると、ソートされていることが分かります #include&lt;bits/stdc++.h&gt; using namespace std; int main(){ multiset&lt;int&gt; se; se.insert(5); se.insert(3); se.insert(5); se.insert(2); se.insert(7); for(int v : se){ cout &lt;&lt; v &lt;&lt; endl; } return 0; } // 出力は 2 3 5 5 7 値指定のerase 値指定のeraseは、複数あると全部消します #include&lt;b…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fperogram.hateblo.jp%2Fentry%2F2020%2F06%2F14%2F234504&quot; title=&quot;multiset erase (数値指定 / iterator指定) - perogram&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://m.media-amazon.com/images/I/41oruV+aJIL._SL160_.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-06-14 23:45:04</published>
  <title>multiset erase (数値指定 / iterator指定)</title>
  <type>rich</type>
  <url>https://perogram.hateblo.jp/entry/2020/06/14/234504</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
