c語言6-4

#include<stdio.h> #include<math.h> int main(){ int a,i,b,l=0; for(a=2;a<=100;a++){ b=sqrt(a); for(i=2;i<=b;i++) if(a%i==0){ l++;
相關文章
相關標籤/搜索