from math import factorial
a,b=map(int,input().split())
print((factorial(a)//(factorial(b)*factorial(a-b))))
'백준 알고리즘 > 수학' 카테고리의 다른 글
백준 1934번 파이썬 (0) | 2018.10.03 |
---|---|
백준 6591번 파이썬 (0) | 2018.09.28 |
백준 1676번 파이썬 (0) | 2018.09.28 |
백준 10872번 파이썬 (0) | 2018.09.28 |
백준 11051번 파이썬 (0) | 2018.09.28 |