<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>moistx</author_name>
  <author_url>https://blog.hatena.ne.jp/moistx/</author_url>
  <blog_title>Logfiles</blog_title>
  <blog_url>https://logfiles.hatenablog.com/</blog_url>
  <categories>
    <anon>SRM</anon>
  </categories>
  <description>解説 乗数決め打ちして二分探索で解こうとしていたけど、乗数の大きい物から計算していけばその必要はなかった。2^60 = 1.1529215e+18 &gt; 10^18 は覚えておいたほうが良い。 また、桁落ちを考慮してEPSを挟む必要がある（正答コード見てわかりました） class DivisorsPower { public: typedef long long ll; ll get_divi(int n) { int cnt = 0; for(int i=1; i*i&lt;=n; i++) { if(n%i == 0) { cnt ++; if(i != n/i) cnt ++; } } retu…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Flogfiles.hatenablog.com%2Fentry%2F20140810%2F1407637064&quot; title=&quot;SRM628 Div1Easy DivisorsPower - Logfiles&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-08-10 11:17:44</published>
  <title>SRM628 Div1Easy DivisorsPower</title>
  <type>rich</type>
  <url>https://logfiles.hatenablog.com/entry/20140810/1407637064</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
