a,b=gets.split(" ").map!(&:to_i) (a..b).each{|i| p i if i%3==0||i%10==3 }