<?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://yukicoder.me/problems/no/847 前提知識 枝刈り全探索 解説 https://yukicoder.me/submissions/357485まず、N^Kの正の約数であって、M以下のものというのはそんなに個数がなさそうな感じがする。 N^Kを素因数分解をして、適当な枝刈りをしながらDFSすれば通りそう。 まずは、Nを素因数分解して、その個数をすべてK倍しておこう。 あとは、各素因数について0個使う、1個使う、…といった要領でDFSしながら、約数を探索していこう。 ここで重要なのが、0個から使う個数を決めていくが、Mを超えた場合には、枝刈りをしよう。 ll…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.hamayanhamayan.com%2Fentry%2F2019%2F07%2F06%2F094939&quot; title=&quot;Divisors of Power [yukicoder No.847] - はまやんはまやんはまやん&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>2019-07-06 09:49:39</published>
  <title>Divisors of Power [yukicoder No.847]</title>
  <type>rich</type>
  <url>https://blog.hamayanhamayan.com/entry/2019/07/06/094939</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
