for(i=0;i<1000;i++){ if( 判断是否素数(i) == true) { printf("%4d\t",i); j++; if(j==5) { printf("\n"); j=0; } }}