#ENGLISHP11. Goldbach Conjecture
Goldbach Conjecture
Description
Given the sum of prime A and prime B, find A and B.
Input Format
One positive integer indicating the sum (<= 10000).
Output Format
Two integers A and B.
10
3 7
Given the sum of prime A and prime B, find A and B.
One positive integer indicating the sum (<= 10000).
Two integers A and B.
10
3 7