結果

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

テストケース

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

ソースコード

diff #

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