2 lines
76 B
Raku
2 lines
76 B
Raku
use ntheory ":all";
|
|
say length( vecprod( @{primes( nth_prime(10**6) )} ) );
|
use ntheory ":all";
|
|
say length( vecprod( @{primes( nth_prime(10**6) )} ) );
|