Предмет:
ИнформатикаАвтор:
oliver15program raf105;
var
people,time,o1,o2:integer;
begin
write('Сколько человек увидел василий: ');
readln(people);
while people<>0 do
begin
time+= 1;
if people>0 then
begin
if o1=10 then
begin
people-=1;
o1:=0;
end;
o1+=1;
end;
if (people>0) and (time>=5) then
begin
if o2=10 then
begin
people-=1;
o2:=0;
end;
o2+=1;
end;
end;
time-=1;
if time<=720 then
writeln('Василию придётся простоять в очереди ',time div 60,' ч. ',time mod 60,' мин.')
else
writeln('Василия не обслужат сегодня');
end.
Автор:
tanglescrwiДобавить свой ответ
Предмет:
МатематикаАвтор:
kimoraguerreroОтветов:
Смотреть
Предмет:
МатематикаАвтор:
norbertotoblОтветов:
Смотреть
Предмет:
МатематикаАвтор:
spikecaepОтветов:
Смотреть