<?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://atcoder.jp/contests/dp/tasks/dp_k 前提知識 後退解析 解説 https://atcoder.jp/contests/dp/submissions/3948285ゲーム問題のテクとして後退解析がある。 この後退解析をDPっぽくやる手法がある。 dp[k] := k個の石からなる山で先手が勝ち状態か(=1なら勝ち状態） 後退解析の基本は「遷移先がすべて勝ち状態なら負け状態。遷移先に1つでも負け状態があれば勝ち状態」である。 あるdp[k]について、遷移先は100通りあるので、このすべてを見て、負け状態が1つでもあれば勝ち状態にする。 注意すべきなの…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.hamayanhamayan.com%2Fentry%2F2019%2F01%2F09%2F002200&quot; title=&quot;Stones [Educational DP Contest / DP まとめコンテスト K] - はまやんはまやんはまやん&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>2019-01-09 00:22:00</published>
  <title>Stones [Educational DP Contest / DP まとめコンテスト K]</title>
  <type>rich</type>
  <url>https://blog.hamayanhamayan.com/entry/2019/01/09/002200</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
