会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
can丶
博客园
首页
新随笔
联系
管理
订阅
2017年11月22日
计算并输出high以内最大的十个素数的和。high的值由主函数传给fun函数
摘要: #include <stdio.h>#include <math.h> int fun( int high ){ int sum = 0, n=0, j, yes;while ((high>=2) && (n<10) { yes = 1; for (j=2; j<=high/2; j++ ) if
阅读全文
posted @ 2017-11-22 22:59 can丶
阅读(3853)
评论(0)
推荐(0)
编辑
公告