#SDNU1483. Problem_A
Problem_A
Description
Check whether an integer is a power of 2.
Format
Input
First line contains a single integer which denotes the number of test cases.
For each test case, there is an big integer
Output
For each case, output the "" or "" in a single line.
Samples
3
1
3
8
Yes
No
Yes