#1131. 输出a和b之间所有素数

输出a和b之间所有素数

Background

输出a和b之间的所有素数

Input

1 10

Output

One integer, the sum of x and y.

Samples

1 10
2 3  5 7  

Limitation

1s, 1024KiB for each test case.