#Lutece0989. 数据分类
数据分类
Migrated from Lutece 989 数据分类
All parts of this problem, including description, images, samples, data and checker, might be broken. If you find bugs in this problem, please contact the admins.
Description
为了测试算法生成的随机数的均匀性,现产生个随机整数,假设随机数的范围为,把该区间均匀分成个,试统计落在各区间的随机数个数。
Input
有多组测试数据。输入的第一行是整数(),表示测试数据的组数。每一组测试数据只有一行,开始是三个整数、和,表示该行随机整数的个数、划分的区间数和随机数上界,随后是个随机数,该行每个数后均有一个空格。该行没有其它多余的符号。,,。
Output
对应每组输入,输出一行,共个数,表示落入各区间(从左到右)的随机数个数,每个数后有一个空格。该行不能有其它多余的符号。
Samples
2
20 5 20 13 11 14 16 5 4 11 2 13 19 19 12 1 19 3 1 13 9 12 5
20 5 14 0 10 7 3 11 7 6 2 5 8 4 8 11 9 10 5 12 10 12 6
4 3 3 6 4
2 4 6 6 2
Note
当区间不是最后一个时,按左闭右开计算。
Resources
wxiaoping C语言练习