結果

問題 No.3 ビットすごろく
ユーザー mmmpppmmmppp
提出日時 2017-02-27 23:03:18
言語 Ruby
(3.3.0)
結果
AC  
実行時間 3,090 ms / 5,000 ms
コード長 133 bytes
コンパイル時間 50 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 12,672 KB
最終ジャッジ日時 2024-07-01 08:26:46
合計ジャッジ時間 40,733 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 93 ms
12,032 KB
testcase_01 AC 90 ms
12,288 KB
testcase_02 AC 90 ms
12,288 KB
testcase_03 AC 274 ms
12,544 KB
testcase_04 AC 109 ms
12,288 KB
testcase_05 AC 952 ms
12,672 KB
testcase_06 AC 308 ms
12,544 KB
testcase_07 AC 167 ms
12,288 KB
testcase_08 AC 625 ms
12,544 KB
testcase_09 AC 1,526 ms
12,672 KB
testcase_10 AC 2,101 ms
12,672 KB
testcase_11 AC 1,296 ms
12,672 KB
testcase_12 AC 896 ms
12,672 KB
testcase_13 AC 217 ms
12,544 KB
testcase_14 AC 2,011 ms
12,544 KB
testcase_15 AC 3,005 ms
12,672 KB
testcase_16 AC 2,605 ms
12,544 KB
testcase_17 AC 2,929 ms
12,672 KB
testcase_18 AC 184 ms
12,288 KB
testcase_19 AC 3,088 ms
12,672 KB
testcase_20 AC 101 ms
12,160 KB
testcase_21 AC 91 ms
12,160 KB
testcase_22 AC 2,012 ms
12,672 KB
testcase_23 AC 3,052 ms
12,416 KB
testcase_24 AC 3,090 ms
12,672 KB
testcase_25 AC 3,016 ms
12,672 KB
testcase_26 AC 89 ms
12,288 KB
testcase_27 AC 238 ms
12,672 KB
testcase_28 AC 2,493 ms
12,672 KB
testcase_29 AC 1,345 ms
12,672 KB
testcase_30 AC 89 ms
12,160 KB
testcase_31 AC 91 ms
12,288 KB
testcase_32 AC 1,148 ms
12,672 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

n=gets.to_i+1
r=[0]
n.times{|i|r&[i]==[i]&&n.times{|j|r[j]==i&&(x=j<1?-1:('%b'%j).count(?1)
r[j+x]||=i+1
r[j-x]||=i+1)}}
p r[n-1]||~0
0