<?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>問題 ある整数Nとtargetが与えられる。 整数xをもしy*z==xとなるy,z(&gt;=2)に分解できるとき、xはyとzに分解することができる。 整数Nを上記のように分解していったときに、常にtargetの数値が出てくる場合は&quot;Yes&quot;、そうでない場合は&quot;No&quot;を返せ。例えば、N=12,target=6の場合は、 12-&gt;(2,6)-&gt;ok 12-&gt;(3,4)-&gt;ng なので、&quot;No&quot;を返す。N=8,target=4の場合は、 8-&gt;(2,4)-&gt;ok 8-&gt;(4,2)-&gt;ok なので、&quot;Yes&quot;を返す。 考え方 素直にメモ化dfs。ある整数xを分解すると常にtargetの数値出てくる場合tr…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fphyllo-algo.hatenadiary.org%2Fentry%2F20110911%2F1315759934&quot; title=&quot;SRM517 Div1 250 - れどこだ目指すよ！　(；`・ω・）&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>2011-09-11 01:52:14</published>
  <title>SRM517 Div1 250</title>
  <type>rich</type>
  <url>https://phyllo-algo.hatenadiary.org/entry/20110911/1315759934</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
