[UVA][DP] 1213 - Sum of Different Primes
A positive integer may be expressed as a sum of
different prime numbers (primes), in one way or another.
Given two positive integers n and k, you should count the number
of ways to express n as a sum of k different primes.
Here, two ways are considered to be the same if th...