<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hamayanhamayan</author_name>
  <author_url>https://blog.hatena.ne.jp/hamayanhamayan/</author_url>
  <blog_title>はまやんはまやんはまやん</blog_title>
  <blog_url>https://blog.hamayanhamayan.com/</blog_url>
  <categories>
    <anon>競技プログラミング</anon>
  </categories>
  <description>https://atcoder.jp/contests/abc169/tasks/abc169_c 解説 https://atcoder.jp/contests/abc169/submissions/13920372 小数が絡む計算でやはり気になるのが誤差である。 普通に入力してもいいが、整数でできないかを考えてみる。 A×Bをするが、100倍をしてやると、整数になる。 100倍をした後に÷100をして、かつ、切り捨ててやると、A×Bの小数点以下切り捨てとなる。 この方針でやろう。 C++であれば、scanfを使うのがいい。 scanf(&quot;%lld %lld.%lld&quot;, &amp;A, &amp;B1, &amp;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.hamayanhamayan.com%2Fentry%2F2020%2F06%2F01%2F210603&quot; title=&quot;Multiplication 3 [AtCoder Beginner Contest 169 C] - はまやんはまやんはまやん&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>2020-06-01 21:06:03</published>
  <title>Multiplication 3 [AtCoder Beginner Contest 169 C]</title>
  <type>rich</type>
  <url>https://blog.hamayanhamayan.com/entry/2020/06/01/210603</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
