4 lines
69 B
Factor
4 lines
69 B
Factor
|
|
USING: math.combinatorics prettyprint ;
|
||
|
|
|
||
|
|
5 iota 3 all-combinations .
|