<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ykmaku</author_name>
  <author_url>https://blog.hatena.ne.jp/ykmaku/</author_url>
  <blog_title>ykmakuのブログ</blog_title>
  <blog_url>https://ykmaku.hatenablog.com/</blog_url>
  <categories>
    <anon>bit全探索</anon>
    <anon>グラフで考える</anon>
  </categories>
  <description>問題 atcoder.jp 解法 最大クリークを求める問題 (無向グラフGのクリークとはGの完全部分グラフ(の頂点集合)のこと). 頂点数が少ないので全ての部分グラフを見てあげることができる. 全列挙にはbitを使うのが便利. #include &lt;iostream&gt; #include &lt;vector&gt; #include &lt;set&gt; using namespace std; typedef pair&lt;int,int&gt; P; int main() { int n,m; cin &gt;&gt; n &gt;&gt; m; vector&lt;P&gt; rel(m); for(int i = 0; i &lt; m; i++){ cin …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fykmaku.hatenablog.com%2Fentry%2F2019%2F02%2F06%2F150507&quot; title=&quot;ABC 002 D - 派閥 - ykmakuのブログ&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://cdn.blog.st-hatena.com/images/theme/og-image-1500.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-02-06 15:05:07</published>
  <title>ABC 002 D - 派閥</title>
  <type>rich</type>
  <url>https://ykmaku.hatenablog.com/entry/2019/02/06/150507</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
