<?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>DP</anon>
    <anon>実装のアイデア</anon>
  </categories>
  <description>問題 Editorial 問題 箱を2*2*heightに積む。 それぞれの箱は独立に、0.5の確率でダイナマイトが入っていて、そうでなければ空である。 「ダイナマイトクラスター」とはダイナマイトの入った箱の集合で、連結なものである(面でのみ接しているとみなす)。 サイズがdangerousClusterSize以上であるダイナマイトクラスターを含む確率を求めよ 1 1 解答 DP。まず、2*2なので、各段ごとに最大でも2つの独立のクラスターしか関係しないことに注意する。 なので(高さ * 前の段の状態bitmask * 前の段のクラスターサイズ1 * 前の段のクラスターサイズ2)というふうな…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fanta1.hatenadiary.org%2Fentry%2F20130227%2F1361908945&quot; title=&quot;SRM 297 DIV1 Hard DynamiteBoxes - 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>2013-02-27 05:02:25</published>
  <title>SRM 297 DIV1 Hard DynamiteBoxes</title>
  <type>rich</type>
  <url>https://anta1.hatenadiary.org/entry/20130227/1361908945</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
