- 博客(12)
- 收藏
- 关注
原创 c里素数求法
#include <stdio.h>#include <stdlib.h>/* run this program using the console pauser or add your own getch, system("pause") or input loop */int main() { //求100-200之内的素数 int i=0; for( i=100;i<=200;i++){ int j=2; //采用试除法 for( j=2;j<i;j++).
2022-02-06 10:21:08
602
空空如也
用javaIO流对会话内容进行读取,怎么读取
2022-08-26
TA创建的收藏夹 TA关注的收藏夹
TA关注的人