摘要: 1.循环遍历a,b; 2.找出a*a+b*b的平方根为整数的情况; 3.输出a,b,c #include<iostream>#include<cmath> using namespace std; int main(){ for(int a=1;a<=100;a++){ for(int b=1;b< 阅读全文
posted @ 2023-05-16 14:13 The-rich 阅读(22) 评论(0) 推荐(0)