Seven primes
Medium
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Artem will perform at the dance competition. After the performance, each of the jury members positively assesses. The sum of these estimates is a total score.
Artem considers the performance to be good, if his overall score equals to . He also thinks the performance is ideal if the performance is good and each score from the jury will be a prime number.
Give an example of the jury's judgments of an ideal performance for a given or print "" if the solution does not exist. If there are several solutions, output any.
Input
One positive integer .
Output
If the solution exists, print seven primes in any order. If solution does not exist, print "".
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 931
Acceptance rate 12%