Здесь Вы можете найти ответы на многие вопросы или задать свой вопрос!
10*10*1=100 b=12,5 b
s : = 1 ;
for i : = 1 to n do
if a[i] mod 3 = 0 then
s : = s * a[i];
writeln(s);
9 кбатй = 73728 бит
73728/1536=48сек
1024*48=49152бит=6164 байт ( 1 байт = 8 бит)
program month;
uses crt;
var a: integer;
begin
clrscr;
write('vsatvte chislo');
read(a);
if (a=12) or (a=1) or (a=2) then write('zima')
else if (a=3) or (a=4) or (a=5) then write ('vesna')
else if (a=6) or (a=7) or (a=8) then write ('leto')
else write('oseni');
repeat until keypressed;
end.
Популярные вопросы