Problem1066--求完数

1066: 求完数

[Creator : ]
Time Limit : 1 sec  Memory Limit : 128 MB

Description

输入一个正整数 repeat (0<repeat<10),做repeat 次下列运算:
输入 2 个正整数m 和n(1<=m,n<=1000),输出m 到n 之间的所有完数(完数就是该数恰好等于除自身外的因子之和)。

Input

见sample

Output

见sample

Sample Input Copy

1
1 100

Sample Output Copy

1 6 28

Source/Category