CF597C Subsequences

Description

For the given sequence with $ n $ different elements find the number of increasing subsequences with $ k+1 $ elements. It is guaranteed that the answer is not greater than $ 8 \times 10^{18} $ .

Input Format

First line contain two integer values $ n $ and $ k $ $ (1

Output Format

Print one integer — the answer to the problem.