Change the one
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
You are given an integer . Using bit operations, replace the rightmost bit in the binary representation of with .
Input
One integer .
Output
Print the modified integer.
Examples
Input #1
Answer #1
Input #2
Answer #2
Input #3
Answer #3
Submissions 5K
Acceptance rate 63%