Coding is the closest thing we have to superpower !
给定一个正整数 n,求将其分解成若干个素数之和的方案总数。
一行一个正整数 n。
对于 30% 的数据,1≤n≤10。
对于 100% 的数据,1≤n≤1000。
一行一个整数表示方案总数。
7
3
20
26
【样例说明】
存在如下三种方案: