标题:为什么执行不出结果?求解释下
取消只看楼主
pchszwzc11
Rank: 1
等 级:新手上路
帖 子:10
专家分:0
注 册:2012-9-22
结帖率:0
 问题点数:0 回复次数:0 
为什么执行不出结果?求解释下
#include "stdafx.h"
#include "math.h"

int main(int argc, char* argv[])
{
    int y,z,x;
    scanf("%d%d",&y,&z);
    for(x=0;x<100000;x++);
    if(pow(y,y)==100+x&&pow(z,z)==268+x)
    {   
        printf("%d%d",y,z);
    }
    return 0;
   
}

搜索更多相关主题的帖子: include 
2012-09-23 10:17



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




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

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