結果

問題 No.15 カタログショッピング
ユーザー なおなお
提出日時 2014-12-16 19:06:53
言語 Perl
(5.38.2)
結果
AC  
実行時間 164 ms / 5,000 ms
コード長 368 bytes
コンパイル時間 115 ms
コンパイル使用メモリ 6,940 KB
実行使用メモリ 52,352 KB
最終ジャッジ日時 2024-06-11 21:55:10
合計ジャッジ時間 1,448 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 4 ms
5,376 KB
testcase_01 AC 3 ms
5,376 KB
testcase_02 AC 3 ms
5,504 KB
testcase_03 AC 4 ms
5,632 KB
testcase_04 AC 4 ms
5,504 KB
testcase_05 AC 164 ms
52,352 KB
testcase_06 AC 155 ms
52,352 KB
testcase_07 AC 153 ms
52,352 KB
testcase_08 AC 153 ms
52,224 KB
testcase_09 AC 151 ms
52,352 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

<>=~/ /;$n=$`/2|0;$k=1;@j=@k=[0,0];
while($n--){$m=<>;map{push@j,[$_->[0]+$m,$_->[1]|$k]}@j;$k*=2;}
while($m=<>){map{push@k,[$_->[0]+$m,$_->[1]|$k]}@k;$k*=2;}
push@{$k{$_->[0]}},$_->[1]for@k;
for$a(@j){push@r,$_|$a->[1]for@{$k{$'-$a->[0]}}}
for(sort{$c=$a;$d=$b;$c>>=1,$d>>=1until(($c^$d)&1);($d&1)<=>($c&1)}@r){
for$i(1..32){print"$i "if($_&1);$_>>=1;}print$/;}
0