Newer
Older
Ruby / mygame / kyuutaido.rb
@ABE Koshun ABE Koshun on 29 Oct 2022 113 bytes 2022-10-29 13:28:15
#!/usr/bin/ruby
# coding: utf-8
x=gets.to_f
y=gets.to_f
t = (((36*3.141559)**(1/3))*(x)**(2/3))/y
printf("%s",t)