ame = gets.to_i if ame % 2 == 0 then puts ame / 2 else puts 1 end