Здесь Вы можете найти ответы на многие вопросы или задать свой вопрос!
writeln('a[',i,']=',a[i]);
readln;
end.
var
x,y: real;
begin
readln(x);
y: =7*sin(x)*sin(x)-0.5*cos(x);
writeln(y);
такой адресс получается
var a,b,c: array [1..100,1..100] of integer;
as,bs,cs,i,j: integer;
sb: =1;
for i : = 1 to n do
for j: = 1 to n do
if a[i,j]< 0 then sa: =sa+a[i,j];
if b[i,j]> 0 then sb: =sb*b[i,j];
if j=3 then sc: =sc+c[i,j];
end;
writeln(sa,sb,sc);
Популярные вопросы