<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kyuridenamida</author_name>
  <author_url>https://blog.hatena.ne.jp/kyuridenamida/</author_url>
  <blog_title>kyuridenamidaのブログ</blog_title>
  <blog_url>https://kyuridenamida.hatenablog.com/</blog_url>
  <categories>
    <anon>AOJ</anon>
  </categories>
  <description>問題文:404 Not Found 幅優先探索 + 巡回セールスマンな問題。 先に汚れ同士の最短経路を計算しておけば10!解法でも通るかもしれない。 巡回セールスマンの実装の軽さは異常。 #include &lt;iostream&gt; #include &lt;queue&gt; using namespace std; #define rep(i,n) for(int i=0;i&lt;n;i++) #define INF (1&lt;&lt;21) static const int dx[]={1,-1,0,0} , dy[]={0,0,-1,1}; char data[30][30]; struct P{ int x,y; …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkyuridenamida.hatenablog.com%2Fentry%2F2011%2F03%2F16%2F052548&quot; title=&quot;AOJ Problem 1140 : Cleaning Robot - kyuridenamidaのブログ&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-16 05:25:48</published>
  <title>AOJ Problem 1140 : Cleaning Robot</title>
  <type>rich</type>
  <url>https://kyuridenamida.hatenablog.com/entry/2011/03/16/052548</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
