c语言编程求出100
求出100-200之间的全部素数
#include void main() { int su[100]; int cout=0; int m; for(m=100;m<=200;m++) { for(int j=2;j