@@ -0,0 +1,6 @@
n = int(input())
bit_num = int(input())
n = n | (1 << bit_num - 1)
i = int(n ~ 1)
print(i)
The note is not visible to the blocked user.