摘要: 问题: 源代码: #include<stdio.h> #include<math.h> int main() { int a,b,c,count=0; for(a=1;a<=100;a++) { c=(int)sqrt(a*a+b*b); if(c*c==a*a+b*b&&a+b>c&&b+c>a& 阅读全文
posted @ 2023-05-20 23:20 皮卡丘和杰尼龟 阅读(16) 评论(0) 推荐(0)