結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 92 ms
12,160 KB
testcase_01 AC 91 ms
12,288 KB
testcase_02 AC 87 ms
12,160 KB
testcase_03 AC 88 ms
12,160 KB
testcase_04 AC 109 ms
15,360 KB
testcase_05 AC 121 ms
15,488 KB
testcase_06 AC 137 ms
20,480 KB
testcase_07 AC 159 ms
20,480 KB
testcase_08 AC 172 ms
20,736 KB
testcase_09 AC 192 ms
20,992 KB
testcase_10 AC 85 ms
12,160 KB
testcase_11 AC 87 ms
12,160 KB
testcase_12 AC 146 ms
18,304 KB
testcase_13 AC 161 ms
21,120 KB
testcase_14 AC 87 ms
12,160 KB
testcase_15 WA -
testcase_16 WA -
testcase_17 AC 92 ms
12,288 KB
testcase_18 AC 93 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.bit_length-1
0