結果

問題 No.90 品物の並び替え
ユーザー tailstails
提出日時 2019-08-25 02:10:45
言語 Bash
(Bash 5.1.16)
結果
AC  
実行時間 166 ms / 5,000 ms
コード長 181 bytes
コンパイル時間 91 ms
コンパイル使用メモリ 6,948 KB
実行使用メモリ 6,820 KB
最終ジャッジ日時 2024-10-14 15:35:16
合計ジャッジ時間 1,145 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 5 ms
6,816 KB
testcase_01 AC 75 ms
6,816 KB
testcase_02 AC 3 ms
6,820 KB
testcase_03 AC 35 ms
6,820 KB
testcase_04 AC 34 ms
6,816 KB
testcase_05 AC 77 ms
6,820 KB
testcase_06 AC 75 ms
6,816 KB
testcase_07 AC 15 ms
6,820 KB
testcase_08 AC 2 ms
6,820 KB
testcase_09 AC 166 ms
6,816 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

read n m
while read i j s
do
t[i*n+j]=$s
done
for((;++b<2**n;)){
for((j=0;j<n;++j)){
((b&1<<j))&&: $[s=d[c=b^1<<j]] $[i={0..9},s+=(c>>i&1)*t[i*n+j]] $[d[b]<s?r=d[b]=s:0]
}
}
echo $r
0