結果
問題 |
No.1178 Can you draw a Circle?
|
ユーザー |
|
提出日時 | 2020-08-21 21:44:15 |
言語 | PyPy3 (7.3.15) |
結果 |
RE
|
実行時間 | - |
コード長 | 212 bytes |
コンパイル時間 | 371 ms |
コンパイル使用メモリ | 82,432 KB |
実行使用メモリ | 83,072 KB |
最終ジャッジ日時 | 2024-11-07 13:46:30 |
合計ジャッジ時間 | 3,635 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | RE * 2 |
other | RE * 15 |
ソースコード
from decimal import Decimal a = Decimal(input()) b = Decimal(input()) c = Decimal(input()) d = Decimal(input()) e = Decimal(input()) f = Decimal(input()) f = f - e f = f + (c * c + d * d) / a / 4 print(sqrt(f/a))