Program ryazantsev;
var str1, str2: string;
begin
readln(str1);
readln(str2);
if Pos('a', str1)=0 then writeln(str1);
if Pos('a', str2)=0 then writeln(str2);
end.
Uses crt;
var a : real;
p : boolean;
i : integer;
procedure haltproc;
begin
writeln('неверные данные');
writeln('a>=2');readln;
halt;
end;
begin
clrscr;
write('a=');readln(a);
if a<2 then haltproc;
if a=2 then begin
writeln2('простое');
readln;halt;
end;
p:=true;
for i:=2 to trunc(a-1) do
if a/i=trunc(a/i)
then p:=false;
if p=true
then write('простое')
else write('не простое');
readln;
end.
................................................
1) y:=x-((sqr(x)*x)/3)+((sqr(x)*sqr(x)*x)/5);
2) z:=exp(-x*ln(2))-cos(x)+sin(2*x*y);
3) y:=(sqr(x)-7*x+10)/(sqr(x)-8*x+12);
4) y:=x-10*sin(x)+abs(sqr(x)*sqr(x)-sqr(x)*sqr(x)*x);
На питоне:
pr=1
i=0
while i<10:
a=int(input())
pr*=a
i+=1
с циклом for быстрее не забудь в конце поставить print