結果

問題 No.735 接線
ユーザー brthyyjpbrthyyjp
提出日時 2020-06-26 02:03:02
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 70 ms / 2,000 ms
コード長 75 bytes
コンパイル時間 322 ms
コンパイル使用メモリ 87,156 KB
実行使用メモリ 71,776 KB
最終ジャッジ日時 2023-09-16 23:24:02
合計ジャッジ時間 4,018 ms
ジャッジサーバーID
(参考情報)
judge11 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 65 ms
71,264 KB
testcase_01 AC 65 ms
71,328 KB
testcase_02 AC 65 ms
71,544 KB
testcase_03 AC 68 ms
71,356 KB
testcase_04 AC 70 ms
71,348 KB
testcase_05 AC 65 ms
71,432 KB
testcase_06 AC 64 ms
71,284 KB
testcase_07 AC 67 ms
71,152 KB
testcase_08 AC 67 ms
71,548 KB
testcase_09 AC 66 ms
71,444 KB
testcase_10 AC 65 ms
71,588 KB
testcase_11 AC 66 ms
71,480 KB
testcase_12 AC 67 ms
71,328 KB
testcase_13 AC 67 ms
71,540 KB
testcase_14 AC 67 ms
71,468 KB
testcase_15 AC 65 ms
71,488 KB
testcase_16 AC 66 ms
71,144 KB
testcase_17 AC 66 ms
71,596 KB
testcase_18 AC 68 ms
71,140 KB
testcase_19 AC 67 ms
71,252 KB
testcase_20 AC 67 ms
71,640 KB
testcase_21 AC 67 ms
71,472 KB
testcase_22 AC 66 ms
71,320 KB
testcase_23 AC 68 ms
71,760 KB
testcase_24 AC 68 ms
71,140 KB
testcase_25 AC 68 ms
71,664 KB
testcase_26 AC 66 ms
71,424 KB
testcase_27 AC 67 ms
71,244 KB
testcase_28 AC 66 ms
71,776 KB
testcase_29 AC 66 ms
71,572 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

r, d = map(float, input().split())
import math
print(math.sqrt(d**2-r**2))
0