結果
| 問題 | No.1178 Can you draw a Circle? |
| コンテスト | |
| ユーザー |
anagohirame
|
| 提出日時 | 2020-08-24 18:55:49 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 105 bytes |
| 記録 | |
| コンパイル時間 | 138 ms |
| コンパイル使用メモリ | 85,504 KB |
| 実行使用メモリ | 65,024 KB |
| 最終ジャッジ日時 | 2026-05-07 22:24:06 |
| 合計ジャッジ時間 | 1,490 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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