[Codeforces]1263C Everyone is a Winner!

题目

On the well-known testing system MathForces, a draw of n n n rating units is arranged. The rating will be distributed according to the following algorithm: if k k k participants take part in this event, then the n n n rating is evenly distributed between them and rounded to the nearest lower integer, At the end of the drawing, an unused rating may remain — it is not given to any of the participants.

For example, if n = 5 n=5 n=5 and k = 3 k=3 k=3, then each participant will recieve an 1 1 1 rating unit, and also 2 2 2 rating units will remain unused. If n = 5 n=5 n=5, and k = 6 k=6 k=6, then none of the participants will increase their rating.

Vasya participates in this rating draw but does not have information on the total number of participants in this event. Therefore, he wants to know what different values of the rating increment are possible to get as a result of this draw and asks you for help.

For example, if n = 5 n=5 n=5, then the answer is equal to the sequence 0 , 1 , 2 , 5 0,1,2,5 0,1,2,5. Each of the sequence values (and only them) can be obtained as ⌊n/k⌋ for some positive integer k k k (where ⌊ x ⌋ ⌊x⌋ x is the value of x x x rounded down): 0 = ⌊ 5 / 7 ⌋ , 1 = ⌊ 5 / 5 ⌋ , 2 = ⌊ 5 / 2 ⌋ , 5 = ⌊ 5 / 1 ⌋ 0=⌊5/7⌋, 1=⌊5/5⌋, 2=⌊5/2⌋, 5=⌊5/1⌋ 0=5/7,1=5/5,2=5/2,5=5/1.

Write a program that, for a given n n n, finds a sequence of all possible rating increments.

输入

The first line contains integer number t ( 1 ≤ t ≤ 10 ) t (1≤t≤10) t(1t10) — the number of test cases in the input. Then t t t test cases follow.

Each line contains an integer n ( 1 ≤ n ≤ 1 0 9 ) n(1≤n≤10^9) n(1n109) — the total number of the rating units being drawn.

输出

Output the answers for each of t t t test cases. Each answer should be contained in two lines.

In the first line print a single integer m m m — the number of different rating increment values that Vasya can get.

In the following line print m m m integers in ascending order — the values of possible rating increments.

题目大意

给定 t t t组数据,每组包含一个整数 n ( 1 ≤ n ≤ 1 0 9 ) n(1≤n≤10^9) n(1n109),求出所有n被整除能得出的商。

想法

朴素想法:枚举 1 − n 1-n 1n,每个除一遍,加到 s e t set set</

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值