結果

問題 No.475 最終日 - Writerの怠慢
ユーザー tailstails
提出日時 2016-12-25 02:15:10
言語 Perl
(5.38.2)
結果
AC  
実行時間 318 ms / 2,000 ms
コード長 143 bytes
コンパイル時間 101 ms
コンパイル使用メモリ 5,376 KB
実行使用メモリ 16,560 KB
最終ジャッジ日時 2024-06-06 10:44:43
合計ジャッジ時間 3,819 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 5 ms
5,632 KB
testcase_01 AC 6 ms
5,632 KB
testcase_02 AC 8 ms
5,760 KB
testcase_03 AC 32 ms
6,912 KB
testcase_04 AC 310 ms
16,560 KB
testcase_05 AC 318 ms
16,556 KB
testcase_06 AC 313 ms
16,428 KB
testcase_07 AC 309 ms
16,428 KB
testcase_08 AC 309 ms
16,560 KB
testcase_09 AC 309 ms
16,556 KB
testcase_10 AC 310 ms
16,552 KB
testcase_11 AC 310 ms
16,432 KB
testcase_12 AC 141 ms
16,128 KB
testcase_13 AC 161 ms
16,128 KB
testcase_14 AC 5 ms
5,504 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Possible precedence problem on bitwise & operator at Main.pl line 1.
Name "main::n" used only once: possible typo at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

($n,$s,$w,@a)=`dd`=~/\d+/g;$w=splice@a,$w,1;$\=1;map{$i++while$i<@a&($s*250/(4+@a-$i)|0)-$s*50<=$w-$_;$\*=($i-$j)/(@a-$j++)}sort{$b-$a}@a;print
0