输出100到200之间全部素数并输出总个数

问题描述:

输出100到200之间全部素数并输出总个数

#include
void main()
{
int i,n;
for(n=2;n