2 lines
49 B
Ruby
2 lines
49 B
Ruby
|
|
(1..60).to_a.combination(53).size #=> 386206920
|
|
|
(1..60).to_a.combination(53).size #=> 386206920
|