fork download
  1. open System
  2.  
  3. let choose n k = List.fold (fun s i -> s * (n-i+1)/i ) 1 [1..k]
Success #stdin #stdout 0s 29016KB
stdin
Standard input is empty
stdout
Standard output is empty