結果

問題 No.3151 natural math of inscribed circle
ユーザー tails
提出日時 2025-05-21 08:50:38
言語 Perl
(5.40.0)
結果
AC  
実行時間 3 ms / 2,000 ms
コード長 64 bytes
コンパイル時間 102 ms
コンパイル使用メモリ 8,224 KB
実行使用メモリ 7,844 KB
最終ジャッジ日時 2025-06-20 03:02:16
合計ジャッジ時間 1,270 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 2
other AC * 41
権限があれば一括ダウンロードができます
コンパイルメッセージ
Warning: Use of "sqrt" without parentheses is ambiguous at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

<>=~/ .* /;$s=($`+$&+$')/2;print sqrt+($s-$`)*($s-$&)*($s-$')/$s
0