結果

問題 No.735 接線
ユーザー zyxwzyxw
提出日時 2021-02-11 16:56:55
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 77 ms / 2,000 ms
コード長 56 bytes
コンパイル時間 958 ms
コンパイル使用メモリ 86,892 KB
実行使用メモリ 71,904 KB
最終ジャッジ日時 2023-09-25 06:36:19
合計ジャッジ時間 4,504 ms
ジャッジサーバーID
(参考情報)
judge14 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 69 ms
71,272 KB
testcase_01 AC 69 ms
71,452 KB
testcase_02 AC 69 ms
71,308 KB
testcase_03 AC 69 ms
71,692 KB
testcase_04 AC 77 ms
71,692 KB
testcase_05 AC 68 ms
71,520 KB
testcase_06 AC 67 ms
71,788 KB
testcase_07 AC 71 ms
71,640 KB
testcase_08 AC 71 ms
71,688 KB
testcase_09 AC 70 ms
71,520 KB
testcase_10 AC 68 ms
71,668 KB
testcase_11 AC 67 ms
71,584 KB
testcase_12 AC 70 ms
71,772 KB
testcase_13 AC 69 ms
71,616 KB
testcase_14 AC 68 ms
71,496 KB
testcase_15 AC 69 ms
71,868 KB
testcase_16 AC 69 ms
71,856 KB
testcase_17 AC 69 ms
71,504 KB
testcase_18 AC 69 ms
71,672 KB
testcase_19 AC 70 ms
71,772 KB
testcase_20 AC 68 ms
71,848 KB
testcase_21 AC 69 ms
71,312 KB
testcase_22 AC 68 ms
71,904 KB
testcase_23 AC 68 ms
71,772 KB
testcase_24 AC 69 ms
71,732 KB
testcase_25 AC 69 ms
71,812 KB
testcase_26 AC 69 ms
71,788 KB
testcase_27 AC 68 ms
71,732 KB
testcase_28 AC 68 ms
71,616 KB
testcase_29 AC 67 ms
71,684 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

r,d=map(float,input().split())
print((d**2-r**2)**(1/2))
0