n=$<.gets.chop.split(/,/).map!{|s|s.to_i} n[0].upto(n[1]){|i|puts i}