<?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>POJ</anon>
    <anon>文字操作</anon>
  </categories>
  <description>やるだけ。 #include &lt;cstdio&gt; int mcxi(char c){ switch(c){ case 'm': return 1000; case 'c': return 100; case 'x': return 10; case 'i': return 1; } return -1; } int decode(char* input){ if(input[0] == '\0') return 0; if('1' &lt;= input[0] &amp;&amp; input[0] &lt;= '9') return (input[0] - '0') * mcxi(input[1]) + decode(i…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Frokugats-pc.hateblo.jp%2Fentry%2F2014%2F06%2F19%2F003236&quot; title=&quot;POJ PKU 2685 Numeral System - 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-06-19 00:32:36</published>
  <title>POJ PKU 2685 Numeral System</title>
  <type>rich</type>
  <url>https://rokugats-pc.hateblo.jp/entry/2014/06/19/003236</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
