N = gets.chomp if N == '0' then puts 0 else puts N + '0' end