# 入力された値を文字列で受け取る input = gets.chomp ary = input.split puts ary.map { |i| i.to_i }.min