Newer
Older
Ruby / #omake.rb#
@SUGIURA Takahiro SUGIURA Takahiro on 9 Aug 187 bytes 2025-08-09 13:49:32
65#!/usr/bin/env ruby
# -*- coding: utf-8 -*-

??? keisan(?, ?)
  ???
???

puts "縦は何cm?"
t = gets.to_i
puts "横は何cm? 計算します"
y = gets.to_i
printf("%d\n", ??????(?,?))