Statement | You are given N 'o's. Replace it with "yes" if N can be represented as a sum of two prime numbers, "no" otherwise. # Multiple testcases You are given one or more testcases separated by ':' in this problem. Constraints * 4 ≤ N ≤ 25 * 4 ≤ |S| ≤ 50 |
---|---|
Sample Input | |
Sample Output |