NC54455. List of Primes
描述
输入描述
The first line contains two integers, a and b (1 ≤ a ≤ b ≤ 1018; b − a ≤ 105).
输出描述
Output the substring of the notebook described in the problem statement from the position a to the position b. You must write a line with exactly b − a + 1 characters, including any leading and/or trailing spaces.
示例1
输入:
1 35
输出:
[2], [3], [2, 3], [5], [2, 5], [7],
示例2
输入:
36 41
输出:
[3, 5