結果

問題 No.3076 eLepHAnTpAoOM
ユーザー 👑 H20H20
提出日時 2021-04-01 21:05:51
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 182 bytes
コンパイル時間 291 ms
コンパイル使用メモリ 86,784 KB
実行使用メモリ 88,836 KB
最終ジャッジ日時 2023-08-23 05:01:40
合計ジャッジ時間 7,129 ms
ジャッジサーバーID
(参考情報)
judge12 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 228 ms
88,812 KB
testcase_02 AC 228 ms
88,544 KB
testcase_03 AC 227 ms
88,636 KB
testcase_04 WA -
testcase_05 AC 229 ms
88,764 KB
testcase_06 WA -
testcase_07 WA -
testcase_08 AC 228 ms
88,820 KB
testcase_09 AC 227 ms
88,836 KB
testcase_10 WA -
testcase_11 WA -
testcase_12 WA -
testcase_13 WA -
testcase_14 AC 226 ms
88,744 KB
testcase_15 WA -
testcase_16 WA -
testcase_17 WA -
testcase_18 AC 231 ms
88,788 KB
testcase_19 AC 232 ms
88,316 KB
testcase_20 WA -
testcase_21 AC 231 ms
88,548 KB
testcase_22 AC 233 ms
88,312 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