jyyeth


私信TA

用户名:jyyeth

访问量:36374

签 名:

C++学的完吗?

等  级
排  名 174
经  验 6872
参赛次数 0
文章发表 47
年  龄 0
在职情况 学生
学  校 徐州工程学院
专  业

  自我简介:


参考代码:

#include <stdio.h>
#include <math.h>
int main()
{
    int a,b,c;
    for(a=1;a<=333;a++)
        for(b=a+1;b<=500;b++)
            for(c=b+1;c<=1000-(a+b);c++)
                {
                    if(a*a+b*b==c*c)
                        printf("%d %d %d\n",a,b,c);
                }
    return 0;
}


 

0.0分

0 人评分

  评论区

  • «
  • »