Write a program that inverts the kth bit of a N. Display the resulting number.
Arithmetic operations cannot be used in the program, only bit operations must be used!
Input
Given an integer N and a natural number k.
Output
Display the number obtained after inverting the given bit.
Examples
Запрещенные операторы:+;-;*;/;%