恭喜,你发布的帖子
发布于 2024-06-21 16:15:01
3楼
for i:=0 to n-1 d0
for j:=i+1 to n do
if data[i]>data[j] then
temp:=data[i];
data[i]:=data[j];
data[j]:=temp;
end if;
end_for;
end_for;
请填写推广理由:
分享
只看
楼主