<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>peroon</author_name>
  <author_url>https://blog.hatena.ne.jp/peroon/</author_url>
  <blog_title>perogram</blog_title>
  <blog_url>https://perogram.hateblo.jp/</blog_url>
  <categories>
    <anon>yukicoder</anon>
    <anon>文字列</anon>
  </categories>
  <description>Quiz https://yukicoder.me/problems/no/539 AC Code https://yukicoder.me/submissions/353645 感想 やるだけなのだが、意外と骨が折れる 文字列で表された数字の和はたまに作ることがあるので関数化しておきたい 文字列で表された数字の和 string zero_padding(string s, ll len){ ll diff = len - s.size(); stringstream ss; FOR(i, 0, diff){ ss &lt;&lt; '0'; } ss &lt;&lt; s; return ss.str(); } l…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fperogram.hateblo.jp%2Fentry%2F2019%2F06%2F24%2F062918&quot; title=&quot;No.539 インクリメント (成果物：文字列で表された数字の和) - perogram&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>2019-06-24 06:29:18</published>
  <title>No.539 インクリメント (成果物：文字列で表された数字の和)</title>
  <type>rich</type>
  <url>https://perogram.hateblo.jp/entry/2019/06/24/062918</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
