<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>phyllo_algo</author_name>
  <author_url>https://blog.hatena.ne.jp/phyllo_algo/</author_url>
  <blog_title>れどこだ目指すよ！　(；`・ω・）</blog_title>
  <blog_url>https://phyllo-algo.hatenadiary.org/</blog_url>
  <categories>
    <anon>とぷこだ</anon>
    <anon>過去問</anon>
  </categories>
  <description>問題 AからBまでの数字の積Cを考える．このとき答えはC=D*10^Eと書くことができる．これを計算する． ただし，出力は，Dの部分が10ケタを超えるときは「上5ケタ...下5ケタ * 10^E」で出力する． 考え方 多倍長演算的なのは結構値が大きくなるので，間に合わない． 桁が大きくなるので，log10をとって計算する． log10(A*(A+1)*...*B)=log10(C*10^E)なので，log10(A)+log10(A+1)+...+log10(B)=log10(C)+Eとなる．左辺はループで計算できる．必要なのはCとE． 下5ケタは逐次計算していけるので，このときEも一緒に計算す…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fphyllo-algo.hatenadiary.org%2Fentry%2F20101118%2F1290092662&quot; title=&quot;SRM420 Div2 1000 - れどこだ目指すよ！　(；`・ω・）&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-11-18 00:04:22</published>
  <title>SRM420 Div2 1000</title>
  <type>rich</type>
  <url>https://phyllo-algo.hatenadiary.org/entry/20101118/1290092662</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
