标题:小白求问数列求和
取消只看楼主
风满楼l
Rank: 1
等 级:新手上路
帖 子:13
专家分:0
注 册:2021-10-11
结帖率:50%
 问题点数:0 回复次数:1 
小白求问数列求和
#include"stdio.h"
#include"math.h"
main()
{
    int s,i;
    s=0;
    i=1;
    while(i<=1000)
    {
        s=pow(-1,i+1)/(2i-1);
        i++;
     }
     printf("%d",s);
}



[Error] cannot convert '__complex__ double' to 'int' in assignment
搜索更多相关主题的帖子: 数列 cannot include int 求和 
2021-11-16 21:30
风满楼l
Rank: 1
等 级:新手上路
帖 子:13
专家分:0
注 册:2021-10-11
得分:0 
膜拜大佬
2021-11-17 14:53



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-507547-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.537676 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved