摘要:
#include<stdio.h> int main() { int j,f=0; for(int i=100;i<=200;i++) { for(j=2;j<i/2;j++) { if(i%j==0) break; } if(j==i/2) {printf("%-5d",i);//输出素数 f++ 阅读全文
posted @ 2022-01-08 16:07 Astro_Leon 阅读(856) 评论(0) 推荐(0)
posted @ 2022-01-08 16:07 Astro_Leon 阅读(856) 评论(0) 推荐(0)