# 入力された値を文字列で受け取る input = gets.chomp puts input.reverse.chars.each_slice(3).map { _1.join }.join(",").reverse