a,b=gets.split;(a..b).each{|i|puts i if i.to_i%3==0||i.include?('3')}