<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>h_chiro</author_name>
  <author_url>https://blog.hatena.ne.jp/h_chiro/</author_url>
  <blog_title>雑記</blog_title>
  <blog_url>https://h-chiro.hatenablog.com/</blog_url>
  <categories>
    <anon>PKU</anon>
  </categories>
  <description>http://poj.org/problem?id=3543 概要 黒のタイルと白のタイルが与えられるので、それらを使って作ることのできる 市松模様の正方形の最大サイズを求める。 方針 正方形のサイズ = lに対して lが偶数 -&gt; w &gt;= l^2/2 &amp;&amp; b &gt;= l^2/2が必要lが奇数 -&gt; min(b,w) &gt;= l*ceil(l/2) + ceil(l/2) max(b,w) &gt;= l*ceil(l/2) + ceil(l/2) + 1 が必要なはず・・・ ソース #include&lt;iostream&gt; using namespace std; int main(){ int b,…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fh-chiro.hatenablog.com%2Fentry%2F20101103%2F1288799269&quot; title=&quot; 3543 iChess - 雑記&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>2010-11-03 00:47:49</published>
  <title> 3543 iChess</title>
  <type>rich</type>
  <url>https://h-chiro.hatenablog.com/entry/20101103/1288799269</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
