Description 求[A,B]之间的质数个数,并且满足X=Q^2+P^2,P,Q是正整数。 Input第一行输入A,B Output输出有多少组P,Q满足条件 Sample Input6 66Sample Output7 Hint1<=A<=B<=3*10^8 Source