F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

随机题意

Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 892    Accepted Submission(s): 322


Problem Description
给一个整数数组 $a_1,a_2,\cdots,a_n$ 和 $k$ ,你想要找到一个最大的值 $x$ ,使得存在另一个整数数组 $b_1,b_2,\cdots, b_n$ 满足 $|a_i-b_i|\leq k(1\leq i\leq n)$ 且 ${b_n}$ 中共有 $x$ 个不同的数。
 

Input
第一行一个正整数 $T(1\leq T\leq 10)$ ,代表测试组数。

接下来 $T$ 组数据中,每组数据的第一行包含包含两个整数 $n,k(1\leq n\leq 100000,0\leq k\leq 10^9)$ 。

第二行包含 $n$ 个整数 $a_1,a_2,\cdots,a_n(1\leq a_i\leq 10^9)$ 。  
 

Output
$T$ 行,每行一个整数 $x$ ,代表每组数据的答案。
 

Sample Input
1 6 1 1 2 2 2 2 3
 

Sample Output
5
 

Source
 

Statistic | Submit | Discuss | Note
Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-11-22 08:34:50, Gzip enabled