题目
输出所有小于等于n(n为一个大于2的正整数)的素数,
如题
如题
提问时间:2020-10-31
答案
var
a:array[1..100000] of boolean;
n,i:longint;
begin
fillchar(a,sizeof(a),false);
a[2]:=true;
readln(n);
for i:=2 to n do
if a[i] then
begin
writeln(i);
for j:=2 to n div i do a[i*j]:=false;
end;
end.
筛选法找素数.
a:array[1..100000] of boolean;
n,i:longint;
begin
fillchar(a,sizeof(a),false);
a[2]:=true;
readln(n);
for i:=2 to n do
if a[i] then
begin
writeln(i);
for j:=2 to n div i do a[i*j]:=false;
end;
end.
筛选法找素数.
举一反三
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
奥巴马演讲不用看稿子.为什么中国领导演讲要看?
想找英语初三上学期的首字母填空练习……
英语翻译
1,人们染上烟瘾,最终因吸烟使自己丧命.
最新试题
- 1“雨小得几乎听不见沙沙的声音,细得像那蚕吐出来的丝”想诗句
- 2一本书的价格40.8元,三支笔的价格是一本书的8分之7,问一支笔的价格
- 3有什么违被自然之道事例
- 4形容哭的字
- 5一组数据1,2,3,4的权数分别为0.2,0.3,x,0.1,则这组数据的加权平均数为多少
- 6在rt三角形abc中, 角c=90 度,若Ac:ab=3:5,bc=8,求△abc的面积.
- 7How I want to see you!和What I want to see you!哪个对?
- 84x的平方-4x等于168
- 9根据首字母补全单词:My uncle has g____ a son and a daughter(三习五练 外研版 Module4模块测试)
- 10去字减一笔可以组成什么字
热门考点
- 1The theme park is far to here.错在哪了
- 2一元钱买100个水果,其中李子1分钱20个,桃子1分钱一个,梨子5分钱1个,请问各买多少?
- 3英语翻译
- 4已知正数a,b,c满足3a-2b+c=0,则根号下ac/b的最大值为有过程
- 5英语ing的用法,什么情况添加
- 6该哪句谚语或是诗句或是名言来完成这个句子?
- 7英语翻译
- 8We all find that it is important to keep peace in the world.(改为简单句) We all find__ __ __keep
- 9描写环境的两字词语有哪些?(急!)
- 10So I will write in the letter that “There is no way to happiness,happiness is the way”.