結果

問題 No.394 ハーフパイプ(1)
ユーザー tailstails
提出日時 2016-07-15 22:22:58
言語 Perl
(5.38.2)
結果
AC  
実行時間 6 ms / 2,000 ms
コード長 52 bytes
コンパイル時間 447 ms
コンパイル使用メモリ 5,332 KB
実行使用メモリ 5,344 KB
最終ジャッジ日時 2023-08-25 02:47:04
合計ジャッジ時間 1,341 ms
ジャッジサーバーID
(参考情報)
judge14 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 6 ms
5,220 KB
testcase_01 AC 6 ms
5,220 KB
testcase_02 AC 6 ms
5,344 KB
testcase_03 AC 6 ms
5,168 KB
testcase_04 AC 6 ms
5,252 KB
testcase_05 AC 6 ms
5,264 KB
testcase_06 AC 6 ms
5,176 KB
testcase_07 AC 6 ms
5,144 KB
testcase_08 AC 6 ms
5,160 KB
testcase_09 AC 6 ms
5,116 KB
testcase_10 AC 6 ms
5,324 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$x+=$_/4for(sort{$a-$b}glob<>)[1..4];printf"%.2f",$x
0