結果

問題 No.90 品物の並び替え
ユーザー tailstails
提出日時 2019-08-25 02:27:36
言語 Bash
(Bash 5.1.16)
結果
TLE  
(最新)
AC  
(最初)
実行時間 -
コード長 155 bytes
コンパイル時間 58 ms
コンパイル使用メモリ 5,120 KB
実行使用メモリ 5,888 KB
最終ジャッジ日時 2024-10-14 15:54:49
合計ジャッジ時間 12,249 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 4,912 ms
5,888 KB
testcase_01 TLE -
testcase_02 TLE -
testcase_03 AC 4,965 ms
5,632 KB
testcase_04 AC 4,930 ms
5,888 KB
testcase_05 AC 4,942 ms
5,760 KB
testcase_06 AC 4,918 ms
5,760 KB
testcase_07 AC 4,910 ms
5,760 KB
testcase_08 AC 4,915 ms
5,632 KB
testcase_09 AC 4,930 ms
5,760 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

while read i j s
do
t[i*9+j]=$s
done
eval b={0..511}\ j={0..8}'
((c=b^1<<j,c<b))&&$[s=d[c]] $[i={0..9},s+=(c>>i&1)*t[i*9+j]] $[d[b]<s?r=d[b]=s:0]
'
echo $r
0