結果

問題 No.3076 eLepHAnTpAoOM
ユーザー 👑 SPD_9X2SPD_9X2
提出日時 2021-04-01 20:32:17
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 42 ms / 2,000 ms
コード長 101 bytes
コンパイル時間 335 ms
コンパイル使用メモリ 82,416 KB
実行使用メモリ 54,336 KB
最終ジャッジ日時 2024-12-20 01:49:45
合計ジャッジ時間 1,983 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 41 ms
52,760 KB
testcase_01 AC 40 ms
52,632 KB
testcase_02 AC 41 ms
53,136 KB
testcase_03 AC 41 ms
52,332 KB
testcase_04 AC 40 ms
52,724 KB
testcase_05 AC 41 ms
52,128 KB
testcase_06 AC 40 ms
53,024 KB
testcase_07 AC 40 ms
52,684 KB
testcase_08 AC 40 ms
52,404 KB
testcase_09 AC 42 ms
53,636 KB
testcase_10 AC 40 ms
53,804 KB
testcase_11 AC 40 ms
51,884 KB
testcase_12 AC 40 ms
53,000 KB
testcase_13 AC 40 ms
52,200 KB
testcase_14 AC 40 ms
52,808 KB
testcase_15 AC 40 ms
52,532 KB
testcase_16 AC 40 ms
52,676 KB
testcase_17 AC 40 ms
52,484 KB
testcase_18 AC 39 ms
52,376 KB
testcase_19 AC 39 ms
53,272 KB
testcase_20 AC 42 ms
54,336 KB
testcase_21 AC 40 ms
52,680 KB
testcase_22 AC 42 ms
52,940 KB
testcase_23 AC 41 ms
52,400 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import math
H,R = map(float,input().split())
S = -8.245 + 6.807 * H + 7.073 * 2*R*math.pi
print (S)
0