#!/usr/bin/env ruby # -*-coding: utf-8 -*- print"かけられる数.\n" k=gets.to_i print"かける数.\n" kake=gets.to_i ko=k*kake printf("答えは、%fだよ!\n",ko)