結果
| 問題 |
No.3151 natural math of inscribed circle
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2025-05-20 23:19:30 |
| 言語 | Julia (2.11.2) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 91 bytes |
| コンパイル時間 | 350 ms |
| コンパイル使用メモリ | 7,972 KB |
| 実行使用メモリ | 333,016 KB |
| 最終ジャッジ日時 | 2025-05-20 23:19:56 |
| 合計ジャッジ時間 | 26,387 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 2 |
| other | WA * 20 RE * 20 |
ソースコード
A,B,C = parse.(Int,split(readline())) B *= B;C *= C A = A*A-B-C print(sqrt(4*B*C-A*A)/4.0)