<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>otaks</author_name>
  <author_url>https://blog.hatena.ne.jp/otaks/</author_url>
  <blog_title>ひよっこプログラマのプログラミング</blog_title>
  <blog_url>https://otaks.hatenadiary.org/</blog_url>
  <categories>
    <anon>AOJ</anon>
  </categories>
  <description>問題文 AN個の戦闘機とBN個の敵弾があり、それぞれの戦闘機について距離が4*R以内にある敵弾を数える問題でした(距離は戦闘機の中心座標から敵弾の中心座標までの距離で計算)。AN,BN 各戦闘機について自分のいる区画とその周囲8区画だけ調べるようにすると調べる数を減らすことができます。 #include &lt;cstdio&gt; #include &lt;vector&gt; #include &lt;map&gt; #include &lt;algorithm&gt; using namespace std; typedef pair&lt;int,int&gt; P; int dx[9] = {-1,-1,-1,0,0,0,1,1,1}; in…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fotaks.hatenadiary.org%2Fentry%2F20120219%2F1329645368&quot; title=&quot;AOJ - Problem 1023 : Amazing Graze - ひよっこプログラマのプログラミング&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>2012-02-19 18:56:08</published>
  <title>AOJ - Problem 1023 : Amazing Graze</title>
  <type>rich</type>
  <url>https://otaks.hatenadiary.org/entry/20120219/1329645368</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
