<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>rokugats</author_name>
  <author_url>https://blog.hatena.ne.jp/rokugats/</author_url>
  <blog_title>ICPC log</blog_title>
  <blog_url>https://rokugats-pc.hateblo.jp/</blog_url>
  <categories>
    <anon>AOJ</anon>
    <anon>数学</anon>
  </categories>
  <description>算数。入力文字列を二つの整数に分割する方法は高々9通り. 全部試せばよい. 例えば入力文字列が111なら, 以下の三通りの分割が存在する. (一番目の場合に注意.) 0 111 1 11 11 1分割して出来た２つの整数の内, 右側をa, 左側をbとおくと, x + y = a x - y = bであるから, x = (a + b) / 2 y = (a - b) / 2となり, 各分割について, xとyの値は一意に定まることが分かる.ただし, x, yは整数 x, y ≧ 0 であるから, これらの条件を満たす分割の数を数えることにより, 解は求まる. #include &lt;iostream&gt;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Frokugats-pc.hateblo.jp%2Fentry%2F2014%2F07%2F09%2F220803&quot; title=&quot;AOJ 2524 Mysterious Operator  - ICPC log&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>2014-07-09 22:08:03</published>
  <title>AOJ 2524 Mysterious Operator </title>
  <type>rich</type>
  <url>https://rokugats-pc.hateblo.jp/entry/2014/07/09/220803</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
