var s:string;
i,n,max:byte;
begin
n:=0;i:=1;max:=0;
write('Введите s -> ');readln(s);
while i<=length(s) do begin <br>if (i=1) or (s[i]=' ') then begin
if i <> 1 then inc(i);
if (i<=length(s))and((s[i]='a') or (s[i]='A')) then</p>
while i<=length(s) do <br>if s[i]<>' ' then begin
inc(n);
inc(i);
end else break;
end;
inc(i);
if maxn:=0;
end;
write('Длина самаго длинного слова на букву A = ',max);
end.