結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 TLE -
testcase_01 TLE -
testcase_02 AC 424 ms
46,464 KB
testcase_03 AC 128 ms
15,872 KB
testcase_04 AC 79 ms
12,160 KB
testcase_05 AC 82 ms
12,032 KB
testcase_06 AC 80 ms
12,160 KB
testcase_07 AC 82 ms
12,032 KB
testcase_08 AC 83 ms
12,032 KB
testcase_09 AC 86 ms
12,032 KB
testcase_10 AC 99 ms
13,056 KB
testcase_11 AC 122 ms
15,872 KB
testcase_12 AC 82 ms
12,032 KB
testcase_13 AC 124 ms
15,872 KB
testcase_14 AC 123 ms
15,744 KB
testcase_15 AC 131 ms
15,872 KB
testcase_16 AC 126 ms
15,872 KB
testcase_17 AC 137 ms
15,744 KB
testcase_18 AC 127 ms
15,744 KB
testcase_19 AC 122 ms
15,872 KB
testcase_20 AC 129 ms
15,744 KB
testcase_21 AC 122 ms
15,872 KB
testcase_22 AC 126 ms
15,872 KB
testcase_23 AC 125 ms
15,744 KB
testcase_24 AC 192 ms
21,888 KB
testcase_25 AC 200 ms
22,016 KB
testcase_26 AC 199 ms
22,016 KB
testcase_27 AC 200 ms
21,888 KB
testcase_28 AC 199 ms
21,888 KB
testcase_29 TLE -
testcase_30 TLE -
testcase_31 TLE -
testcase_32 TLE -
testcase_33 AC 80 ms
12,160 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

N,*T=$<.map{|s|s.split.map &:to_i}
g=->u{$*[u]||=(-1..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