Point: 100.0
Time limit: 1.0s
Memory limit: 500 M
Input: stdin
Output: stdout
Problem type
Ngôn ngữ cho phép
C#, C++

Tính \(C_{n}^{k}\) \((0 \leq k \leq n \leq 2000).\)

Input

  • Một dòng duy nhất chứa hai số nguyên không âm \(k, n\).

Output

  • Một dòng duy nhất là kết quả bài toán.

Sample Input

2 5

Sample Output

10