<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>moistx</author_name>
  <author_url>https://blog.hatena.ne.jp/moistx/</author_url>
  <blog_title>Logfiles</blog_title>
  <blog_url>https://logfiles.hatenablog.com/</blog_url>
  <categories>
    <anon>TopCoder</anon>
  </categories>
  <description>問題概要 ランダムウォークするロボットがある。４方向に遷移確率が与えられるので、同じ場所を踏まずにN回ウォーキングを続けられる確率を求めよ。解法 訪れた場所を **used で記録して遷移確率をかけながら状態を持って dfs するだけ。 EPSについての記述があるが、探索途中で確率が EPS = 1E-9 を下回ったからと言って安易に枝刈りすると落ちる。実際、ここで枝刈りせずとも 時間計算量が 最悪 4*(3^13) = 約600万（多分）なので TLE にはならない反省 実装だけ考えればEasyレベルな気がする。 誤読や思い込みで、同じ場所を踏むように動くのかと思っていた。しかも与えられた整…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Flogfiles.hatenablog.com%2Fentry%2F20140314%2F1394800486&quot; title=&quot;SRM425 Div2Medium - CrazyBot - Logfiles&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-03-14 21:34:46</published>
  <title>SRM425 Div2Medium - CrazyBot</title>
  <type>rich</type>
  <url>https://logfiles.hatenablog.com/entry/20140314/1394800486</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
