input = gets.chomp egg = input.split.map{ _1.to_i } puts egg.min