2023年5月24日

30.勾股数

摘要: #include<stdio.h>#include<math.h>int main(){ int a, b, c, count=0; printf("100以内的勾股数有:\n"); printf(" a b c a b c a b c a b c\n"); /*求100以内勾股数*/ for(a= 阅读全文

posted @ 2023-05-24 21:20 HA_wind 阅读(24) 评论(0) 推荐(0)

导航