Здесь Вы можете найти ответы на многие вопросы или задать свой вопрос!
var
i: integer;
a: array[1..16]of integer;
begin
for i: =1 to 16 do
a[i]: =random(40)-20;
if a[i] mod 3=0 then write(i,' ');
end;
writeln;
end.
800*600*24*4/8=5760000 байт=5625 кбайт
if x< 10 then x: =10
else
if x< 15 then x: = 16
else x: = 20
для обоих вариантов х=10, потому что дальше первой строчки оно не пойдет
var x,y,x1,y1,x2,y2: integer;
read(x,y,x1,y1,x2,y2);
if (x< x1) and (x> x2) and (y< y1) and (y> y2) then
writeln('da')
else writeln('net');
Популярные вопросы