結果

問題 No.3076 eLepHAnTpAoOM
ユーザー 👑 H20H20
提出日時 2021-04-01 21:06:37
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 232 ms / 2,000 ms
コード長 185 bytes
コンパイル時間 280 ms
コンパイル使用メモリ 87,192 KB
実行使用メモリ 88,908 KB
最終ジャッジ日時 2023-08-23 05:02:34
合計ジャッジ時間 7,035 ms
ジャッジサーバーID
(参考情報)
judge11 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 227 ms
88,752 KB
testcase_01 AC 225 ms
88,700 KB
testcase_02 AC 229 ms
88,528 KB
testcase_03 AC 226 ms
88,560 KB
testcase_04 AC 227 ms
88,800 KB
testcase_05 AC 229 ms
88,908 KB
testcase_06 AC 226 ms
88,784 KB
testcase_07 AC 229 ms
88,584 KB
testcase_08 AC 229 ms
88,740 KB
testcase_09 AC 232 ms
88,520 KB
testcase_10 AC 228 ms
88,796 KB
testcase_11 AC 227 ms
88,816 KB
testcase_12 AC 226 ms
88,800 KB
testcase_13 AC 227 ms
88,476 KB
testcase_14 AC 228 ms
88,536 KB
testcase_15 AC 227 ms
88,824 KB
testcase_16 AC 228 ms
88,784 KB
testcase_17 AC 227 ms
88,348 KB
testcase_18 AC 231 ms
88,840 KB
testcase_19 AC 228 ms
88,788 KB
testcase_20 AC 230 ms
88,604 KB
testcase_21 AC 229 ms
88,804 KB
testcase_22 AC 229 ms
88,804 KB
testcase_23 AC 230 ms
88,600 KB
権限があれば一括ダウンロードができます

ソースコード

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.14159265359'))
0