結果

問題 No.1110 好きな歌
ユーザー gemmarogemmaro
提出日時 2020-07-11 09:19:27
言語 Ruby
(3.3.0)
結果
AC  
実行時間 703 ms / 5,000 ms
コード長 186 bytes
コンパイル時間 194 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 17,920 KB
最終ジャッジ日時 2024-10-12 15:40:29
合計ジャッジ時間 22,482 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 85 ms
12,160 KB
testcase_01 AC 81 ms
12,288 KB
testcase_02 AC 83 ms
12,160 KB
testcase_03 AC 84 ms
12,032 KB
testcase_04 AC 83 ms
12,160 KB
testcase_05 AC 84 ms
12,288 KB
testcase_06 AC 82 ms
12,288 KB
testcase_07 AC 81 ms
12,160 KB
testcase_08 AC 82 ms
12,160 KB
testcase_09 AC 82 ms
12,288 KB
testcase_10 AC 84 ms
12,160 KB
testcase_11 AC 80 ms
12,160 KB
testcase_12 AC 82 ms
12,288 KB
testcase_13 AC 83 ms
12,160 KB
testcase_14 AC 87 ms
12,288 KB
testcase_15 AC 87 ms
12,160 KB
testcase_16 AC 88 ms
12,032 KB
testcase_17 AC 87 ms
12,160 KB
testcase_18 AC 87 ms
12,160 KB
testcase_19 AC 87 ms
12,160 KB
testcase_20 AC 88 ms
12,160 KB
testcase_21 AC 83 ms
12,288 KB
testcase_22 AC 86 ms
12,032 KB
testcase_23 AC 85 ms
12,288 KB
testcase_24 AC 414 ms
14,848 KB
testcase_25 AC 496 ms
15,616 KB
testcase_26 AC 296 ms
13,952 KB
testcase_27 AC 492 ms
15,360 KB
testcase_28 AC 324 ms
14,080 KB
testcase_29 AC 563 ms
17,024 KB
testcase_30 AC 312 ms
14,080 KB
testcase_31 AC 219 ms
13,184 KB
testcase_32 AC 630 ms
17,536 KB
testcase_33 AC 347 ms
14,464 KB
testcase_34 AC 447 ms
15,104 KB
testcase_35 AC 658 ms
17,792 KB
testcase_36 AC 141 ms
12,672 KB
testcase_37 AC 237 ms
13,568 KB
testcase_38 AC 572 ms
17,024 KB
testcase_39 AC 431 ms
15,104 KB
testcase_40 AC 526 ms
16,896 KB
testcase_41 AC 114 ms
12,416 KB
testcase_42 AC 593 ms
17,408 KB
testcase_43 AC 567 ms
17,024 KB
testcase_44 AC 662 ms
17,664 KB
testcase_45 AC 670 ms
17,920 KB
testcase_46 AC 660 ms
17,920 KB
testcase_47 AC 702 ms
17,792 KB
testcase_48 AC 689 ms
17,920 KB
testcase_49 AC 665 ms
17,920 KB
testcase_50 AC 679 ms
17,920 KB
testcase_51 AC 676 ms
17,920 KB
testcase_52 AC 688 ms
17,792 KB
testcase_53 AC 703 ms
17,792 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

# frozen_string_literal: true

def solve
  s = A.sort
  A.map do |a|
    s.bsearch_index { a - _1 < D }
  end
end

N, D = gets.split.map(&:to_i)
A = N.times.map { gets.to_i }

puts solve
0