摘要: #include<stdio.h>#include<math.h> int main(){ int x,y; int n=0,i=1; scanf("%d",&x); y=sqrt(x); for(i=1;i<=y;i++) { if(x%i==0&&x/i==i) n=n+1; //开方为整数 e 阅读全文
posted @ 2022-11-14 16:11 TOCMGG 阅读(1643) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示