#2
yiyanxiyin2023-10-20 18:05
|
for (i = 0; i < number; i++)
{
printf("%d", prime[i]);
if ((i + 1) % 5) printf("\t");
else printf("\n");
}