a = gets.chomp.split.map{ |i| i.to_f } puts "decimal", "%.10f" % a