import math #最上位ビットのみ残す N=int(input()) print(2**(int(math.log2(N))))