n=gets.to_i (0..n).map{|i|(0..n).map{|j|2**i*5**j}}.flatten.sort.map{|x|p x}