procedure
DelEvenElement(
var
a:TArray100;
cnt:
integer
);
i,j:
;
begin
{i:=1;
while i<=cnt do
begin}
for
i:=cnt
downto
1
do
if
a[i]=a[i+
]
then
j:=i
to
cnt
a[j]:=a[j+
];
cnt:=cnt-
{end
else
i:=i+1;}
end
Сайт
Форум
FAQ
Соглашения
Прочее