def Include3(n) false end startn, endn = gets.chomp.split(" ").map &:to_i (startn..endn).each { |n| puts n if Include3(n) }