| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 2523 人关注过本帖
标题:[求助]计算问题
取消只看楼主 加入收藏
solitudeone
Rank: 1
等 级:新手上路
帖 子:3
专家分:0
注 册:2016-7-6
结帖率:100%
收藏
已结贴  问题点数:20 回复次数:2 
[求助]计算问题
想要使
a,b,c
d, ,e
f,g,h
四边和为15,但程序运行不出来;
#include <iostream>
using namespace std;
int a=1,b=2,c=3,d=4,e=5,f=6,g=7,h=8;
int sh=a+b+c;
int s=a+d+f;
int rs=c+e+h;
int ds=f+g+h;
int p;
int main()
{
jiance:
{if (a=9)
{
    a=1;
}
else
if (b=9)
{
    b=1;
}
else
if (c=9)
{
    c=1;
}
else
if (d=9)
{
    d=1;
}
else
if (e=9)
{
    e=1;
}
else
if (f=9)
{
    f=1;
}
else
if (g=9)
{
    g=1;
}
else
if (h=9)
{
    h=1;
}
}
   

    if ((sh!=15)&(s!=15)&(rs!=15)&(ds!=15))
    {
        goto jiance;
        sh=a+b+c;
        s=a+d+f;
        rs=c+e+h;
        ds=f+g+h;
        a++;b++;c++;s++;e++;f++;g++;h++;
    }
    cout<<a<<"\t"<<b<<"\t"<<c<<endl;
    cout<<d<<"\t\t"<<e<<endl;
    cout<<f<<"\t"<<g<<"\t"<<h<<endl;
    return 0;
}
搜索更多相关主题的帖子: include 
2016-07-18 11:41
solitudeone
Rank: 1
等 级:新手上路
帖 子:3
专家分:0
注 册:2016-7-6
收藏
得分:0 
回复 2楼 rjsp
在1-8的范围内使用不重复的数字使各边之和等于15
2016-07-18 16:19
solitudeone
Rank: 1
等 级:新手上路
帖 子:3
专家分:0
注 册:2016-7-6
收藏
得分:0 
回复 5楼 rjsp
谢谢!思路错了。
2016-07-19 10:18
快速回复:[求助]计算问题
数据加载中...
 
   



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

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