输入只有一行包括两个数n和k(n>=1,k<=109)。
输出一个数x。
Examples Input 5 3 Output 6 Input 25 13 Output 26 Input 26 13 Output 39
5 3
6
25 13
26
26 13
39