<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hamayanhamayan</author_name>
  <author_url>https://blog.hatena.ne.jp/hamayanhamayan/</author_url>
  <blog_title>はまやんはまやんはまやん</blog_title>
  <blog_url>https://blog.hamayanhamayan.com/</blog_url>
  <categories>
    <anon>競技プログラミング</anon>
  </categories>
  <description>https://yukicoder.me/problems/no/1011 前提知識 累積和を用いた動的計画法高速化 解説 https://yukicoder.me/submissions/447477 109+7数え上げ、かつ、既視感のある問題なので、DP解法から考え始める。 すると、以下のDPなら解けることが分かる。 dp[turn][i] := 行動をturn回行って、i段目にいる移動方法の組み合わせ これの遷移は、1回の行動で何階分移動するかでd通りになる。 これで状態数がO(dN2)で、遷移がO(d)となるため、状態数は解ける範囲内だが、遷移まで入れると間に合わない。 遷移の更新分を…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.hamayanhamayan.com%2Fentry%2F2020%2F03%2F21%2F135946&quot; title=&quot;Infinite Stairs [yukicoder 1011] - はまやんはまやんはまやん&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>2020-03-21 13:59:46</published>
  <title>Infinite Stairs [yukicoder 1011]</title>
  <type>rich</type>
  <url>https://blog.hamayanhamayan.com/entry/2020/03/21/135946</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
