输入一个正整数 repeat (0<repeat<10),做repeat 次下列运算: 读入 1 个正整数 n(n<=50),计算并输出1+1/2+1/3+...+1/n (保留3 位小数)。
见sample
C语言练习题