S = gets.chomp if S[-1] == '0' S[-1] = '1' else S[-1] = '0' end puts S