题面 T组询问,每组询问是一个偶数n 验证哥德巴赫猜想 回答n=a+b 且a,b(a<=b)是质数的方案个数 Input Input starts with an integer T (≤ 300), denoting the number of test cases. Each case starts with a line containing an integer n (4 ≤ n ≤ 107, n is even). Sol 垃圾题,枚举质数就好 # include <bits/std…