Introduction - If you have any usage issues, please Google them yourself
Title Description
Let Pi represent a prime number of I. Now give two positive integers M < = N < 10000, please export all the prime numbers from PM to PN.
Input Description:
Input gives M and N in a row, separated by spaces.
Output Description:
Output all prime numbers from PM to PN, each 10 digits occupy 1 rows, separated by spaces, but no redundant spaces at the end of the line.
Input examples:
527
Output examples:
111317192329313741 43
475359616771737983 89
97101103