<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>rokugats</author_name>
  <author_url>https://blog.hatena.ne.jp/rokugats/</author_url>
  <blog_title>ICPC log</blog_title>
  <blog_url>https://rokugats-pc.hateblo.jp/</blog_url>
  <categories>
    <anon>POJ</anon>
    <anon>DP</anon>
  </categories>
  <description>DP。簡単。 dp[n][k][i] := i番目までの素数をk個用いてnを作る場合の数 dp[n][k][i] = dp[n - i番目の素数][k - 1][i - 1] + dp[n][k][i - 1]#include &lt;cstdio&gt; #include &lt;cstring&gt; #include &lt;algorithm&gt; #define MAX_N 1120 #define MAX_K 14 using namespace std; int I; int p[200]; int dp[1200][20][200]; int main(){ I = 1; bool isp[1200]; fil…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Frokugats-pc.hateblo.jp%2Fentry%2F2014%2F06%2F16%2F074441&quot; title=&quot;POJ PKU 3132 Sum of Different Primes - ICPC log&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-06-16 07:44:41</published>
  <title>POJ PKU 3132 Sum of Different Primes</title>
  <type>rich</type>
  <url>https://rokugats-pc.hateblo.jp/entry/2014/06/16/074441</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
