結果

問題 No.27 板の準備
ユーザー tailstails
提出日時 2019-08-15 16:43:25
言語 Bash
(Bash 5.1.16)
結果
AC  
実行時間 3,487 ms / 5,000 ms
コード長 324 bytes
コンパイル時間 47 ms
コンパイル使用メモリ 5,248 KB
実行使用メモリ 5,376 KB
最終ジャッジ日時 2024-09-19 15:21:37
合計ジャッジ時間 38,447 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 321 ms
5,248 KB
testcase_01 AC 626 ms
5,376 KB
testcase_02 AC 1,938 ms
5,376 KB
testcase_03 AC 639 ms
5,376 KB
testcase_04 AC 2,270 ms
5,376 KB
testcase_05 AC 1,976 ms
5,376 KB
testcase_06 AC 2,745 ms
5,376 KB
testcase_07 AC 2,757 ms
5,376 KB
testcase_08 AC 3,487 ms
5,376 KB
testcase_09 AC 2,900 ms
5,376 KB
testcase_10 AC 2,430 ms
5,376 KB
testcase_11 AC 2,190 ms
5,376 KB
testcase_12 AC 2,378 ms
5,376 KB
testcase_13 AC 2,080 ms
5,376 KB
testcase_14 AC 1,646 ms
5,376 KB
testcase_15 AC 2,419 ms
5,376 KB
testcase_16 AC 1,164 ms
5,376 KB
testcase_17 AC 2,332 ms
5,376 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

f='v==0 ? 0 : v<0 ? 999 : m[v] ? m[v] :
( m[v]=999,
  v-=a, u=f+1, v+=a, m[v]=u<m[v]?u:m[v],
  v-=b, u=f+1, v+=b, m[v]=u<m[v]?u:m[v],
  v-=c, u=f+1, v+=c, m[v]=u<m[v]?u:m[v] )'
r=999
read {w..z}
for((a=0;++a<29;)){
for((b=a;++b<30;)){
for((c=b;++c<31;)){
m=()
(( s=(v=w,f)+(v=x,f)+(v=y,f)+(v=z,f), r=s<r?s:r ))
}
}
}
echo $r
0