#!/usr/bin/env ruby
# -*- cobing: utf-8 -*-

puts"かけられる数"
k=gets.to_i
puts"かける数"
ko=gets.to_i
answer=k*ko
printf("答えは、%fだよ)
