結果

問題 No.3076 eLepHAnTpAoOM
ユーザー hir355hir355
提出日時 2021-04-01 21:04:09
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 159 ms / 2,000 ms
コード長 111 bytes
コンパイル時間 190 ms
コンパイル使用メモリ 82,988 KB
実行使用メモリ 80,384 KB
最終ジャッジ日時 2024-12-21 05:01:04
合計ジャッジ時間 4,878 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 145 ms
80,256 KB
testcase_01 AC 146 ms
80,320 KB
testcase_02 AC 146 ms
80,384 KB
testcase_03 AC 149 ms
80,256 KB
testcase_04 AC 144 ms
80,248 KB
testcase_05 AC 144 ms
79,872 KB
testcase_06 AC 147 ms
80,256 KB
testcase_07 AC 144 ms
80,224 KB
testcase_08 AC 141 ms
80,272 KB
testcase_09 AC 145 ms
80,384 KB
testcase_10 AC 152 ms
80,000 KB
testcase_11 AC 144 ms
80,256 KB
testcase_12 AC 150 ms
79,872 KB
testcase_13 AC 151 ms
80,000 KB
testcase_14 AC 159 ms
80,320 KB
testcase_15 AC 147 ms
80,128 KB
testcase_16 AC 146 ms
80,208 KB
testcase_17 AC 144 ms
80,264 KB
testcase_18 AC 148 ms
80,000 KB
testcase_19 AC 146 ms
80,000 KB
testcase_20 AC 149 ms
80,224 KB
testcase_21 AC 147 ms
79,744 KB
testcase_22 AC 148 ms
79,972 KB
testcase_23 AC 148 ms
80,128 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

from decimal import *
from math import pi
a, b = map(float, input().split())
print(-8.245+6.807*a+7.073*b*2*pi)
0