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