結果

問題 No.54 Happy Hallowe'en
ユーザー 👑 hos.lyrichos.lyric
提出日時 2015-01-30 14:04:32
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 114 bytes
コンパイル時間 79 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 21,120 KB
最終ジャッジ日時 2024-06-23 04:25:49
合計ジャッジ時間 3,011 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 82 ms
12,288 KB
testcase_01 AC 83 ms
12,416 KB
testcase_02 AC 87 ms
12,416 KB
testcase_03 AC 84 ms
12,288 KB
testcase_04 AC 110 ms
15,360 KB
testcase_05 AC 120 ms
15,360 KB
testcase_06 AC 136 ms
20,864 KB
testcase_07 AC 153 ms
20,480 KB
testcase_08 AC 164 ms
20,480 KB
testcase_09 AC 186 ms
20,864 KB
testcase_10 AC 85 ms
12,288 KB
testcase_11 AC 84 ms
12,288 KB
testcase_12 AC 140 ms
18,432 KB
testcase_13 AC 158 ms
21,120 KB
testcase_14 AC 84 ms
12,288 KB
testcase_15 WA -
testcase_16 WA -
testcase_17 AC 87 ms
12,160 KB
testcase_18 AC 86 ms
12,416 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

d=1
(0...gets.to_i).map{v,t=gets.split.map &:to_i;[t,v]}.sort.each{|a|d|=d%(1<<a[0])<<a[1]}
p d>0?d.bit_length-1:0
0