結果

問題 No.1110 好きな歌
ユーザー now4est
提出日時 2020-07-11 16:24:17
言語 Python3
(3.13.1 + numpy 2.2.1 + scipy 1.14.1)
結果
AC  
実行時間 450 ms / 5,000 ms
コード長 111 bytes
コンパイル時間 85 ms
コンパイル使用メモリ 12,672 KB
実行使用メモリ 32,748 KB
最終ジャッジ日時 2024-10-13 04:49:22
合計ジャッジ時間 12,638 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 3
other AC * 51
権限があれば一括ダウンロードができます

ソースコード

diff #

import bisect as b;_,D,*A=map(int,open(0).read().split());B=sorted(A)
for a in A:\
print(b.bisect_right(B,a-D))
0