結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 91 ms
12,160 KB
testcase_01 AC 87 ms
12,032 KB
testcase_02 AC 87 ms
12,416 KB
testcase_03 AC 340 ms
22,912 KB
testcase_04 AC 120 ms
13,440 KB
testcase_05 AC 1,249 ms
54,528 KB
testcase_06 AC 379 ms
24,960 KB
testcase_07 AC 192 ms
17,024 KB
testcase_08 AC 811 ms
39,552 KB
testcase_09 AC 2,013 ms
79,488 KB
testcase_10 AC 2,779 ms
102,656 KB
testcase_11 AC 1,706 ms
69,504 KB
testcase_12 AC 1,182 ms
52,352 KB
testcase_13 AC 264 ms
19,200 KB
testcase_14 AC 2,620 ms
97,920 KB
testcase_15 AC 3,972 ms
142,208 KB
testcase_16 AC 3,470 ms
125,312 KB
testcase_17 AC 3,862 ms
138,752 KB
testcase_18 AC 215 ms
18,432 KB
testcase_19 AC 4,068 ms
145,024 KB
testcase_20 AC 101 ms
12,672 KB
testcase_21 AC 87 ms
12,160 KB
testcase_22 AC 2,683 ms
99,584 KB
testcase_23 AC 4,072 ms
145,024 KB
testcase_24 AC 4,078 ms
145,152 KB
testcase_25 AC 3,983 ms
142,336 KB
testcase_26 AC 95 ms
12,416 KB
testcase_27 AC 293 ms
19,840 KB
testcase_28 AC 3,321 ms
120,832 KB
testcase_29 AC 1,765 ms
71,296 KB
testcase_30 AC 90 ms
12,160 KB
testcase_31 AC 91 ms
12,160 KB
testcase_32 AC 1,547 ms
63,360 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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