DescriptionInput一行两个整数n; k。Output一行一个整数,表示n 个函数第k 层最少能由多少段组成。Sample Input 1 1 Sample Output 1 HINT对于100% 的数据满足1 ≤ k ≤ n ≤ 100。