結果

問題 No.394 ハーフパイプ(1)
ユーザー tailstails
提出日時 2017-02-09 20:09:06
言語 Perl
(5.38.2)
結果
AC  
実行時間 9 ms / 2,000 ms
コード長 51 bytes
コンパイル時間 245 ms
コンパイル使用メモリ 5,296 KB
実行使用メモリ 4,728 KB
最終ジャッジ日時 2023-08-26 22:39:16
合計ジャッジ時間 1,025 ms
ジャッジサーバーID
(参考情報)
judge13 / judge14
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 9 ms
4,636 KB
testcase_01 AC 9 ms
4,628 KB
testcase_02 AC 9 ms
4,556 KB
testcase_03 AC 9 ms
4,584 KB
testcase_04 AC 9 ms
4,632 KB
testcase_05 AC 8 ms
4,572 KB
testcase_06 AC 8 ms
4,640 KB
testcase_07 AC 9 ms
4,588 KB
testcase_08 AC 9 ms
4,552 KB
testcase_09 AC 8 ms
4,552 KB
testcase_10 AC 8 ms
4,728 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$x+=$_/4for(`fmt -1|sort -n`)[1..4];printf"%.2f",$x
0