2023年5月16日

23.亲密数

摘要: 代码实现: #include<stdio.h>void main(){ int a,i,b,n; printf("There are following friendly-numbers pair smaller than 3000:\n"); for(a=1;a<3000;a++){ for(b= 阅读全文

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

导航