Super numbers
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 122.174 megabytes
Super number is the number that is the sum of two primes in the range [2 ... b]. Find all super numbers from the specified range [a ... b].
Input
Two numbers a and b (2 ≤ a ≤ b ≤ 40000), defining the range [a ... b].
Output
Print all super numbers from the specified range in ascending order.
Examples
Input #1
Answer #1
Submissions 1K
Acceptance rate 35%