3 lines
94 B
Factor
3 lines
94 B
Factor
USING: io math.combinatorics sequences sets ;
|
|
|
|
"ABCD" all-permutations lines diff first print
|