結果

問題 No.8076 eLepHAnTpAoOM
ユーザー maimai
提出日時 2021-04-01 20:28:05
言語 Ruby
(3.4.1)
結果
AC  
実行時間 91 ms / 2,000 ms
コード長 175 bytes
コンパイル時間 524 ms
コンパイル使用メモリ 7,296 KB
実行使用メモリ 12,288 KB
最終ジャッジ日時 2024-12-20 01:30:49
合計ジャッジ時間 3,755 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 1
other AC * 23
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.rb:5: warning: ambiguous first argument; put parentheses or a space even after `-' operator
Syntax OK

ソースコード

diff #

def lscan; gets.split.map(&:to_f); end

# https://ja.wikipedia.org/wiki/%E3%82%A4%E3%83%B3%E3%83%89%E3%82%BE%E3%82%A6
h,r = lscan
p -8.245 + 6.807 * h + 7.073 * r*Math::PI*2.0
0