結果

問題 No.8076 eLepHAnTpAoOM
ユーザー H20H20
提出日時 2021-04-01 21:05:51
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 182 bytes
コンパイル時間 321 ms
コンパイル使用メモリ 82,728 KB
実行使用メモリ 80,532 KB
最終ジャッジ日時 2024-12-21 05:03:14
合計ジャッジ時間 4,406 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 1
other AC * 10 WA * 13
権限があれば一括ダウンロードができます

ソースコード

diff #

from decimal import *
H,R = input().split()
H = Decimal(H)
R = Decimal(R)
print(Decimal('-8.245') + Decimal('6.807') * H + Decimal('7.073') * Decimal(2) * R * Decimal('3.14159265'))
0