SPOJ Problem Set 2. Prime Generator 求某区间质数题解
SPOJ Problem Set 2. Prime Generator 求某区间质数题解2015-02-25题目大意: 给定两个数,要求产生这两个数之间的所有质数。两个数位m和n,其范围如下:The input begins with the number t of test cases in a single line (t<=10). In each of the next t lines there are two numbers m and ...