<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ibako31</author_name>
  <author_url>https://blog.hatena.ne.jp/ibako31/</author_url>
  <blog_title>技術的なやつ</blog_title>
  <blog_url>https://ibako-study.hateblo.jp/</blog_url>
  <categories>
    <anon>AOJ</anon>
    <anon>アルゴリズム</anon>
  </categories>
  <description>今日もAOJの問題を解いていた。 0006 文字列の反転問題。 0007 毎週5%の利子がついて、しかも1000円未満は切り上げられるという闇金業者の借金が、n週間後にはいくらになるか、という教育上よろしいのか疑われる問題。 1000円未満の切り上げ処理がポイント。むしろそこしかポイントが無い。 //一の位から数えてketa桁未満で繰り上げる void keta_up(int &amp;num, int keta){ int p = pow(10, keta); int n = num / p; if(num-n*p &gt; 0){ num /= p; num += 1; num *= p; } } 00…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fibako-study.hateblo.jp%2Fentry%2F2013%2F08%2F26%2F235303&quot; title=&quot;2.3 AOJ-0006 to 0010 - 技術的なやつ&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>http://chart.apis.google.com/chart?cht=tx&amp;chl=2%28x_2-x_1%29x%20%2B%20%28y_2-y_1%29y%20%3D%20x_2%5E2%20-%20x_1%5E2%20%2B%20y_2%5E2%20-%20y_1%5E2</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2013-08-26 23:53:03</published>
  <title>2.3 AOJ-0006 to 0010</title>
  <type>rich</type>
  <url>https://ibako-study.hateblo.jp/entry/2013/08/26/235303</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
