結果

問題 No.3 ビットすごろく
ユーザー mmmpppmmmppp
提出日時 2017-02-27 23:06:51
言語 Ruby
(3.3.0)
結果
AC  
実行時間 4,081 ms / 5,000 ms
コード長 130 bytes
コンパイル時間 42 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 145,152 KB
最終ジャッジ日時 2024-07-01 08:29:59
合計ジャッジ時間 52,808 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 87 ms
12,160 KB
testcase_01 AC 88 ms
12,160 KB
testcase_02 AC 88 ms
12,160 KB
testcase_03 AC 333 ms
22,784 KB
testcase_04 AC 114 ms
13,312 KB
testcase_05 AC 1,248 ms
54,656 KB
testcase_06 AC 382 ms
24,704 KB
testcase_07 AC 194 ms
17,024 KB
testcase_08 AC 818 ms
39,680 KB
testcase_09 AC 2,023 ms
79,488 KB
testcase_10 AC 2,773 ms
102,528 KB
testcase_11 AC 1,706 ms
69,248 KB
testcase_12 AC 1,179 ms
52,352 KB
testcase_13 AC 263 ms
19,072 KB
testcase_14 AC 2,620 ms
98,048 KB
testcase_15 AC 3,967 ms
142,080 KB
testcase_16 AC 3,453 ms
125,440 KB
testcase_17 AC 3,880 ms
138,752 KB
testcase_18 AC 228 ms
18,304 KB
testcase_19 AC 4,081 ms
145,152 KB
testcase_20 AC 100 ms
12,544 KB
testcase_21 AC 86 ms
12,288 KB
testcase_22 AC 2,682 ms
99,456 KB
testcase_23 AC 4,061 ms
144,640 KB
testcase_24 AC 4,080 ms
145,024 KB
testcase_25 AC 3,983 ms
142,080 KB
testcase_26 AC 88 ms
12,288 KB
testcase_27 AC 292 ms
19,712 KB
testcase_28 AC 3,328 ms
120,960 KB
testcase_29 AC 1,752 ms
71,040 KB
testcase_30 AC 91 ms
12,160 KB
testcase_31 AC 91 ms
12,032 KB
testcase_32 AC 1,514 ms
63,360 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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