結果
| 問題 | No.1178 Can you draw a Circle? |
| コンテスト | |
| ユーザー |
anagohirame
|
| 提出日時 | 2020-08-24 18:51:52 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 107 bytes |
| 記録 | |
| コンパイル時間 | 133 ms |
| コンパイル使用メモリ | 85,072 KB |
| 実行使用メモリ | 67,224 KB |
| 最終ジャッジ日時 | 2026-05-07 22:24:08 |
| 合計ジャッジ時間 | 1,619 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 2 |
| other | WA * 7 RE * 8 |
ソースコード
from math import sqrt a, b, c, d, e, f = map(int, input().split()) print(sqrt(f-e+sqrt(c/2/a)+sqrt(d/2/b)))
anagohirame