結果
| 問題 |
No.1178 Can you draw a Circle?
|
| コンテスト | |
| ユーザー |
tails
|
| 提出日時 | 2020-08-21 22:15:28 |
| 言語 | Perl (5.40.0) |
| 結果 |
AC
|
| 実行時間 | 8 ms / 2,000 ms |
| コード長 | 102 bytes |
| コンパイル時間 | 331 ms |
| コンパイル使用メモリ | 6,016 KB |
| 実行使用メモリ | 6,272 KB |
| 最終ジャッジ日時 | 2024-11-07 13:56:59 |
| 合計ジャッジ時間 | 803 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 |
| other | AC * 15 |
コンパイルメッセージ
Main.pl syntax OK
ソースコード
($a,$b,$c,$d,$e,$f)=glob<>; $a == $b or die; $_/=$a for $c,$d,$e,$f; print sqrt$f-$e+($c*$c+$d*$d)/4;
tails