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