Newer
Older
Ruby / omake.rb
@WATANABE Haruto WATANABE Haruto on 12 Jan 2025 185 bytes 2025-01-12 00:45:35
#!/usr/bin/env ruby
# -*- coding: utf-8 -*-

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

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