Problem A
Base-2 Palindromes
A positive integer
Task
You are supposed to find the
Input
The input is a single line with a single positive integer
Output
The output for input
Sample Input 1 | Sample Output 1 |
---|---|
1 |
1 |
Sample Input 2 | Sample Output 2 |
---|---|
3 |
5 |