Pagini recente » Cod sursa (job #162844) | Cod sursa (job #2023885) | Istoria paginii runda/pregatire-monthly8-ziua1/clasament | Profil Oveeh | Cod sursa (job #820979)
Cod sursa(job #820979)
var f1,f2:text;
n,i,k:longint;
function prim(n:longint):boolean;
var i,k:longint;
begin
k:=0;
for i:=2 to trunc(sqrt(n)) do
if n mod i=0
then inc(k);
prim:=(k=0);
end;
begin
assign(f1, 'ciur.in');
reset(f1);
assign(f2, 'ciur.out');
rewrite(f2);
readln(f,n);
k:=0;
for i:=2 to n do
begin
p:=0;
for i:=1 to n do
end;
close(f2);
end.