結果

問題 No.90 品物の並び替え
ユーザー yuruhiyayuruhiya
提出日時 2021-02-01 17:22:38
言語 Ruby
(3.3.0)
結果
AC  
実行時間 4,641 ms / 5,000 ms
コード長 123 bytes
コンパイル時間 139 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 17,664 KB
最終ジャッジ日時 2024-06-29 22:52:59
合計ジャッジ時間 50,645 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 4,445 ms
17,536 KB
testcase_01 AC 4,610 ms
17,408 KB
testcase_02 AC 4,304 ms
17,664 KB
testcase_03 AC 4,571 ms
17,408 KB
testcase_04 AC 4,564 ms
17,408 KB
testcase_05 AC 4,577 ms
17,664 KB
testcase_06 AC 4,641 ms
17,280 KB
testcase_07 AC 4,604 ms
17,536 KB
testcase_08 AC 4,362 ms
17,280 KB
testcase_09 AC 4,489 ms
17,408 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

t={}
gets;$<.map{eval"t[0d%d%d]=%d"%_1.split}
p (R=*0..8).permutation.map{|a|R.sum{|i|(i..8).sum{t[a[i]*10+a[_1]]||0}}}.max
0