PE-CN / pe-cn-comments

2 stars 0 forks source link

Problem 840 | Project Euler | #842

Open sx349 opened 10 months ago

sx349 commented 10 months ago

https://pe-cn.github.io/840/

Problem 840 Sum of ProductsA partition of $n$ is a set of positive integers for which the sum equals $n$.The partitions of $5$ are:${5},{1,4},{2,3},{1,1,3},{1,2,2},{1,1,1,2}$ and ${1,1,1