摘要:
要求二 (三)题目7-3求交错前N项和 1.实验代码 #include <stdio.h>int main () { int x,a=1,i=1,b=1; double c,sum=0; scanf("%d", &x); while(i<=x) { c=a*i*1.0/b; sum=sum+c; a 阅读全文
posted @ 2017-11-18 09:13
刘泽华088
阅读(252)
评论(4)
推荐(0)
2017年11月18日