open_in_new
content_copy
n = int(input()) k = int(input()) print((n >> k) << k)