#include int main() { int n,i,j; for(j=0;j<5;j++) { printf("请输入第%d个数:\n",j+1); scanf("%d",&n); if(n<2) { printf("%d不是素数\n",n); continue; } for(i=2;i