<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mayokoex</author_name>
  <author_url>https://blog.hatena.ne.jp/mayokoex/</author_url>
  <blog_title>mayoko’s diary</blog_title>
  <blog_url>https://mayokoex.hatenablog.com/</blog_url>
  <categories>
    <anon>yukicoder</anon>
  </categories>
  <description>問題 No.285 消費税２ - yukicoder No.286 Modulo Discount Store - yukicoder No.287 場合の数 - yukicoder 解法 No.285 はタネあかしすると簡単で, 元の値段に 108 を掛けたあと, それを 100 で割った商が整数部分, 100 で割った余りが少数部分になります。 本番は何も考えず 1.08 を掛けたら通ってしまいました。 int main() { ll n; cin &gt;&gt; n; n *= 108; ll tmp = n%100; printf(&quot;%lld.%lld%lld\n&quot;, n/100, tmp/10…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmayokoex.hatenablog.com%2Fentry%2F2015%2F10%2F10%2F172627&quot; title=&quot;yukicoder No.285〜No.287 - mayoko’s diary&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>2015-10-10 17:26:27</published>
  <title>yukicoder No.285〜No.287</title>
  <type>rich</type>
  <url>https://mayokoex.hatenablog.com/entry/2015/10/10/172627</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
