Ai sửa giúp mình với type Myaray=array [0..9] of Integer; var i:Myaray;
s:String;
a,b:Integer;
begin
Write('nhap xau: ');
readln(s);
a:=0;
for b:=1 to length(s) do
while pos(i,s)<>0 do begin a:=a+1;
Write(a);
end;
while pos(i,s)=0 do write(a);
readln
end.