open_in_new
content_copy
a = int(input()) k = int(input()) print(a | (1 << k))