<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>otaks</author_name>
  <author_url>https://blog.hatena.ne.jp/otaks/</author_url>
  <blog_title>ひよっこプログラマのプログラミング</blog_title>
  <blog_url>https://otaks.hatenadiary.org/</blog_url>
  <categories>
    <anon>AOJ</anon>
  </categories>
  <description>問題文 80桁以下の和を計算して出力する問題です。80桁を超えるときは&quot;overflow&quot;と出力するようです。 80桁だと当然int型では計算できないので、文字列として読み込み、１の位から順に１ケタずつ 計算するのが正攻法だと思われます。 C++のstring型を使いましたが、きれいなソースコードにはなりませんでした。残念…。 #include &lt;iostream&gt; #include &lt;vector&gt; #include &lt;string&gt; using namespace std; int main(){ string a, b; vector&lt;int&gt; ans; int n, num, ai, …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fotaks.hatenadiary.org%2Fentry%2F20101014%2F1287060382&quot; title=&quot;AOJ - Problem 0015 : National Budget - ひよっこプログラマのプログラミング&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-10-14 21:46:22</published>
  <title>AOJ - Problem 0015 : National Budget</title>
  <type>rich</type>
  <url>https://otaks.hatenadiary.org/entry/20101014/1287060382</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
