<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>chiwawa_star</author_name>
  <author_url>https://blog.hatena.ne.jp/chiwawa_star/</author_url>
  <blog_title>C++競プロ学習日記(仮)</blog_title>
  <blog_url>https://chiwawa-star.hatenablog.com/</blog_url>
  <categories>
    <anon>AtCoder</anon>
    <anon>競プロ</anon>
    <anon>競プロメモ</anon>
  </categories>
  <description>A: Grouping - AtCoder Beginner Contest 062 | AtCoder を解きました。 A 問題ですが、学びがあったのでメモ。 題意： ・1 から 12 までの整数が下記のようにグループ分けされています。 1, 3, 5, 7, 8, 10, 12 4, 6, 9, 11 2 ・整数 が与えられるので、 が同一のグループに属している場合 Yes を、そうでない場合は No を出力する。 コード： #include &lt;bits/stdc++.h&gt; using namespace std; int main() { int x, y; cin &gt;&gt; x &gt;&gt; y;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fchiwawa-star.hatenablog.com%2Fentry%2F2017%2F06%2F04%2F180608&quot; title=&quot;ABC062 A - Grouping｜AtCoder - C++競プロ学習日記(仮)&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>http://chart.apis.google.com/chart?cht=tx&amp;chl=%20x%2C%20y%20%5C%2C%20%28%201%20%E2%89%A4%20x%20%3C%20y%20%E2%89%A4%2012%20%29%20</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-06-04 18:06:08</published>
  <title>ABC062 A - Grouping｜AtCoder</title>
  <type>rich</type>
  <url>https://chiwawa-star.hatenablog.com/entry/2017/06/04/180608</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
