a,b=gets.split.map(&:to_i) a.upto(b){|i| p i if i%3==0||i.to_s.count(?3)>0 }