C语言程序 帮忙检查下错误~ 新手求助 关于素数的

日期:2021-05-29 09:02:38 人气:1

C语言程序 帮忙检查下错误~ 新手求助 关于素数的

/*
Sushu is :
101 103 107 109 113 127 131 137 139 149 151 157 163 167 173 179 181 191 193 197 199
Press any key to continue
*/
#include<stdio.h>
#include<math.h>
int main() {
int i,j,flag;
    A+
热门评论