<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>a_kawashiro</author_name>
  <author_url>https://blog.hatena.ne.jp/a_kawashiro/</author_url>
  <blog_title>a_kawashiroのブログ</blog_title>
  <blog_url>https://a-kawashiro.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>やるだけ、頭のウォーミングアップと思ってやった これを読んでも分からない人は「エラストテネスの篩」で検索 #include &lt;cstdio&gt; #include &lt;cstring&gt; bool isPrime[100000]; int main() { for(int i=0;i&lt;100000;i++) isPrime[i]=true; isPrime[0]=isPrime[1]=false; for(int i=0;i&lt;100000;i++) if(isPrime[i]) for(int j=i+i;j&lt;100000;j+=i) isPrime[j]=false; int input; whil…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fa-kawashiro.hatenablog.com%2Fentry%2F20110310%2F1299738417&quot; title=&quot;AOJ 0044 - a_kawashiroのブログ&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>2011-03-10 15:26:57</published>
  <title>AOJ 0044</title>
  <type>rich</type>
  <url>https://a-kawashiro.hatenablog.com/entry/20110310/1299738417</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
