Здесь Вы можете найти ответы на многие вопросы или задать свой вопрос!
64000*16=1024000 б=128000 б=125 кб
var a: integer; beginreadln(a); write (a div 10); end.
var a,b,c,d,e: real;
begin
read(a,b,c,d);
e: =(a+b+c+d)/4;
writeln(e: 0: 4);
end.
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);
Популярные вопросы