Goldbach's test golf


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
Contest ID
0008
Writer
kurowassann
Publish date
2020/06/15 21:30:00
Solved
133
Best
4
Top player
TumoiYorozu