fork download
  1. import math
  2. n, k = map(int, input().split())
  3. print(math.comb(n-1, k-1))
Success #stdin #stdout 0.07s 13984KB
stdin
100 20
stdout
107196674080761936594