結果

問題 No.519 アイドルユニット
ユーザー letrangerjpletrangerjp
提出日時 2017-06-02 18:50:55
言語 Ruby
(3.3.0)
結果
TLE  
(最新)
AC  
(最初)
実行時間 -
コード長 128 bytes
コンパイル時間 473 ms
コンパイル使用メモリ 7,296 KB
実行使用メモリ 145,024 KB
最終ジャッジ日時 2024-09-21 22:16:28
合計ジャッジ時間 11,964 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 TLE -
testcase_01 TLE -
testcase_02 AC 400 ms
46,464 KB
testcase_03 AC 126 ms
15,744 KB
testcase_04 AC 78 ms
12,288 KB
testcase_05 AC 78 ms
12,032 KB
testcase_06 AC 78 ms
12,032 KB
testcase_07 AC 82 ms
12,160 KB
testcase_08 AC 82 ms
12,160 KB
testcase_09 AC 89 ms
12,032 KB
testcase_10 AC 97 ms
13,184 KB
testcase_11 AC 124 ms
15,872 KB
testcase_12 AC 85 ms
12,032 KB
testcase_13 AC 130 ms
16,000 KB
testcase_14 AC 126 ms
15,744 KB
testcase_15 AC 123 ms
15,872 KB
testcase_16 AC 124 ms
15,744 KB
testcase_17 AC 125 ms
16,000 KB
testcase_18 AC 125 ms
15,744 KB
testcase_19 AC 125 ms
15,872 KB
testcase_20 AC 125 ms
15,872 KB
testcase_21 AC 122 ms
16,000 KB
testcase_22 AC 124 ms
16,000 KB
testcase_23 AC 125 ms
15,744 KB
testcase_24 AC 191 ms
22,144 KB
testcase_25 AC 201 ms
22,016 KB
testcase_26 AC 198 ms
22,016 KB
testcase_27 AC 193 ms
21,888 KB
testcase_28 AC 197 ms
22,144 KB
testcase_29 TLE -
testcase_30 TLE -
testcase_31 TLE -
testcase_32 TLE -
testcase_33 AC 79 ms
12,160 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

N,*T=$<.map{|s|s.split.map &:to_i}
g=->u{$*[u]||=(0..a=/.$/=~"%b"%u).map{|b|u[b]<1?0:T[a][b]+g[1<<a|1<<b^u]}.max}
p g[2**N[0]-1]
0