302243: CF431D. Random Task

Memory Limit:256 MB Time Limit:1 S
Judge Style:Text Compare Creator:
Submit:0 Solved:0

Description

Random Task

题意翻译

题意: 求满足n+1~2n之间恰有m个数二进制表示中有k个1的n,输出任意一个解即可。

题目描述

One day, after a difficult lecture a diligent student Sasha saw a graffitied desk in the classroom. She came closer and read: "Find such positive integer $ n $ , that among numbers $ n+1 $ , $ n+2 $ , ..., $ 2·n $ there are exactly $ m $ numbers which binary representation contains exactly $ k $ digits one". The girl got interested in the task and she asked you to help her solve it. Sasha knows that you are afraid of large numbers, so she guaranteed that there is an answer that doesn't exceed $ 10^{18} $ .

输入输出格式

输入格式


The first line contains two space-separated integers, $ m $ and $ k $ ( $ 0<=m<=10^{18} $ ; $ 1<=k<=64 $ ).

输出格式


Print the required number $ n $ ( $ 1<=n<=10^{18} $ ). If there are multiple answers, print any of them.

输入输出样例

输入样例 #1

1 1

输出样例 #1

1

输入样例 #2

3 2

输出样例 #2

5

Input

题意翻译

题意: 求满足n+1~2n之间恰有m个数二进制表示中有k个1的n,输出任意一个解即可。

加入题单

算法标签: