結果
問題 | No.1230 Hall_and_me |
ユーザー | tails |
提出日時 | 2020-09-18 21:26:59 |
言語 | Perl (5.40.0) |
結果 |
AC
|
実行時間 | 7 ms / 2,000 ms |
コード長 | 72 bytes |
コンパイル時間 | 124 ms |
コンパイル使用メモリ | 6,688 KB |
実行使用メモリ | 6,948 KB |
最終ジャッジ日時 | 2024-06-22 08:51:08 |
合計ジャッジ時間 | 1,212 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 36 |
コンパイルメッセージ
Main.pl syntax OK
ソースコード
($p,$q,$r)=sort{$a-$b}glob<>; $s=$p+$q+$r; print+($s-$p>$r?$s-$p:$r)/$s;