#1740. An Easy Problem

An Easy Problem

Background

Special for beginners, ^_^

Description

给定一个正整数NN,求最小的、比NN大的正整数MM,使得MMNN的二进制表示中有相同数目的11

Format

Input

输入若干(不超过100万)行,每行一个不超过1e19的正整数,输入0结束。

Output

输出若干行对应的值。

Samples

1
2
3
4
78
0
2
4
5
8
83

Limitation

1s, 1024KiB for each test case.