Given an integer
The first line contains a single integer
The first line of each test case contains a single integer
For each test case, output a single integer — the required integer
3 2 5 17
1 3 15
In the first testcase, the maximum value for which the continuous & operation gives 0 value, is 1.
In the second testcase, the maximum value for which the continuous & operation gives 0 value, is 3. No value greater then 3, say for example 4, will give the & sum 0.
Hence, 3 is the answer.
Copyright (c) 2020 insureinsurancelife All Right Reseved
Social Plugin