結果

問題 No.3076 eLepHAnTpAoOM
ユーザー hir355hir355
提出日時 2021-04-01 21:04:09
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 227 ms / 2,000 ms
コード長 111 bytes
コンパイル時間 495 ms
コンパイル使用メモリ 87,228 KB
実行使用メモリ 88,832 KB
最終ジャッジ日時 2023-08-23 04:59:52
合計ジャッジ時間 7,245 ms
ジャッジサーバーID
(参考情報)
judge13 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 222 ms
88,716 KB
testcase_01 AC 221 ms
88,764 KB
testcase_02 AC 217 ms
88,700 KB
testcase_03 AC 227 ms
88,832 KB
testcase_04 AC 220 ms
88,704 KB
testcase_05 AC 219 ms
88,652 KB
testcase_06 AC 220 ms
88,708 KB
testcase_07 AC 222 ms
88,724 KB
testcase_08 AC 223 ms
88,832 KB
testcase_09 AC 221 ms
88,768 KB
testcase_10 AC 223 ms
88,716 KB
testcase_11 AC 223 ms
88,768 KB
testcase_12 AC 221 ms
88,708 KB
testcase_13 AC 219 ms
88,768 KB
testcase_14 AC 220 ms
88,716 KB
testcase_15 AC 226 ms
88,692 KB
testcase_16 AC 219 ms
88,708 KB
testcase_17 AC 215 ms
88,832 KB
testcase_18 AC 221 ms
88,736 KB
testcase_19 AC 224 ms
88,768 KB
testcase_20 AC 219 ms
88,668 KB
testcase_21 AC 218 ms
88,636 KB
testcase_22 AC 219 ms
88,520 KB
testcase_23 AC 225 ms
88,716 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