結果
| 問題 |
No.1178 Can you draw a Circle?
|
| コンテスト | |
| ユーザー |
anagohirame
|
| 提出日時 | 2020-08-24 18:55:49 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 105 bytes |
| コンパイル時間 | 208 ms |
| コンパイル使用メモリ | 82,572 KB |
| 実行使用メモリ | 64,896 KB |
| 最終ジャッジ日時 | 2024-11-07 14:15:37 |
| 合計ジャッジ時間 | 1,637 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 |
| other | AC * 9 WA * 5 RE * 1 |
ソースコード
from math import sqrt a, b, c, d, e, f = map(int, input().split()) print(sqrt(f-e+(c/2/a)**2+(d/2/b)**2))
anagohirame