# 入力された値を文字列で受け取る input = gets.chomp *a, b = input.chars b = b == "0" ? "1" : "0" puts a.join + b