結果

問題 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
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 134 ms
79,896 KB
testcase_02 AC 133 ms
80,172 KB
testcase_03 AC 130 ms
79,916 KB
testcase_04 WA -
testcase_05 AC 130 ms
80,260 KB
testcase_06 WA -
testcase_07 WA -
testcase_08 AC 131 ms
79,688 KB
testcase_09 AC 132 ms
79,836 KB
testcase_10 WA -
testcase_11 WA -
testcase_12 WA -
testcase_13 WA -
testcase_14 AC 129 ms
80,064 KB
testcase_15 WA -
testcase_16 WA -
testcase_17 WA -
testcase_18 AC 132 ms
79,908 KB
testcase_19 AC 127 ms
80,080 KB
testcase_20 WA -
testcase_21 AC 132 ms
80,364 KB
testcase_22 AC 134 ms
79,976 KB
testcase_23 WA -
権限があれば一括ダウンロードができます

ソースコード

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