5 lines
82 B
Text
5 lines
82 B
Text
|
|
for k in (1..5) {
|
||
|
|
var x = 10
|
||
|
|
say k.almost_primes(x.nth_almost_prime(k))
|
||
|
|
}
|