输入一个正整数 repeat (0<repeat<10),做repeat 次下列运算: 输入 2 个正整数m 和n(1<=m,n<=1000),输出m 到n 之间的所有完数(完数就是因子和与它本身相等的数)。
见sample
C语言练习题