cfree

来源:学生作业帮助网 编辑:作业帮 时间:2024/11/11 01:31:10
cfree
cfree求100到200之间所有素数,全部用while类型不用for该怎么编写

#include<stdio.h>int main(void){    int i = 100;