<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>anta1</author_name>
  <author_url>https://blog.hatena.ne.jp/anta1/</author_url>
  <blog_title>antaの競技プログラミング練習日記</blog_title>
  <blog_url>https://anta1.hatenadiary.org/</blog_url>
  <categories>
    <anon>SRM</anon>
    <anon>最小費用流</anon>
  </categories>
  <description>問題 Editorial 問題 H*Wのマップlevelがある。マップの各セルには数字が書いてある。 左上(0, 0)から右下(W-1, H-1)へ、右か下のセルを辿っていく動きができる。このとき、たどったセルの数字がスコアに加算される。 3回上記の動きをするとき、得られるスコアを最大化せよ。 ただし、一回行ったセルにもう一度行ってもスコアは得られない 2 '0' level[0][0] = '0' 解答 最小費用流した。 各セルを2つA,Bに分ける。そして以下のようにエッジを張る。 A(x, y) → A(x+1, y), A(x, y+1) 容量 = ∞, 費用 = 0 A(x, y) →…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fanta1.hatenadiary.org%2Fentry%2F20121213%2F1355387098&quot; title=&quot;SRM 208 DIV1 Hard StarAdventure - antaの競技プログラミング練習日記&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-12-13 17:24:58</published>
  <title>SRM 208 DIV1 Hard StarAdventure</title>
  <type>rich</type>
  <url>https://anta1.hatenadiary.org/entry/20121213/1355387098</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
