n = gets.chomp (n.size-1).downto(1) do |i| if i % 3 == 0 n[i,0] = ',' end end puts n