<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mo2dx</author_name>
  <author_url>https://blog.hatena.ne.jp/mo2dx/</author_url>
  <blog_title>motu*2</blog_title>
  <blog_url>https://motumotu.hateblo.jp/</blog_url>
  <categories>
    <anon>AOJ</anon>
    <anon>素数</anon>
    <anon>全探索</anon>
  </categories>
  <description>問題文 http://judge.u-aizu.ac.jp/onlinejudge/description.jsp?id=0056 概要 二つの素数の和がnとなる組み合わせの数を求めよ 解法 素数列挙して、全ての組み合わせを確かめる。 エラトステネスの篩を使って素数を調べる。 コード #include &lt;iostream&gt; #include &lt;cstdio&gt; #include &lt;vector&gt; using namespace std; vector&lt;int&gt; sieveOfEratosthenes(int n) { vector&lt;int&gt; arr(n + 1); vector&lt;int&gt; pri…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmotumotu.hateblo.jp%2Fentry%2F2014%2F12%2F05%2F151309&quot; title=&quot;AOJ 0056 Goldbach&amp;#39;s Conjecture - motu*2&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-12-05 15:13:09</published>
  <title>AOJ 0056 Goldbach's Conjecture</title>
  <type>rich</type>
  <url>https://motumotu.hateblo.jp/entry/2014/12/05/151309</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
