#include <stdio.h> int main() { int a,b,i,t,c=0,d; scanf("%d %d",&a,&b); if (a<b) { t=a; a=b; b=t; } for (i=b;i<a+1;i++) { for(d=0;d<i+1;d++) { if(i%d==0) { c++; } } if (c==2) { printf("%d",i) ; } } return 0; }
我想找出 素数 为啥程序运行不起来
Ma峰
慕的地6079101
慕哥8595403
慕用4063026
sherryliu
Ma峰