标题:代码怎么改
取消只看楼主
a935245228
Rank: 2
来 自:湖北武汉
等 级:论坛游民
帖 子:45
专家分:56
注 册:2012-3-12
结帖率:83.33%
已结贴  问题点数:20 回复次数:0 
代码怎么改
#include
 fun (int x)
{
    int n,s1,s2,s3,t;
    n=0;t=100;
    while(t<=999){
        s1=t%10;s2=s1%10;s3=t/100;
        if(s1+s2+s3==x)
        {
            printf("%d",t);
            n++;
        }
        t++;
    }
    return n;
}
main()
{    int x=-1;
    while(x<0)
    {
        printf("Plrase input(x>0:");
        scanf("%d",&x);
    }
    printf("\The result is:%D\n",fun(x));
}
[Error] D:\360data\重要数据\我的文档\C-Free\Temp\未命名2.cpp:3: error: ISO C++ forbids declaration of `fun' with no type
怎么
搜索更多相关主题的帖子: 100 include return result 
2012-04-08 10:22



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




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

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