var

t,r,q,w,e,n:integer;

a,c:array[1..100]of integer;

begin

readln(n);

r:=0;

t:=0;

for q:=1 to n do read(a[q]);

writeln;

for q:=1 to n do begin

for w:=1 to n do

if (a[q]a[w])and(qw)then r:=r+1;

if r=n-1 then begin

c[q]:=a[q];

t:=t+1;

end;

end;

for w:=1 to t do begin

for e:=1 to t do

if (we)and(c[w]>c[e])then begin

r:=c[w];

c[w]:=c[e+w];

c[e+w]:=r;

end;

for q:=1 to t do write(c[q]);

end;

end.

0 条评论

目前还没有评论...

信息

ID
1316
难度
3
分类
其他 | 排序 点击显示
标签
递交数
9960
已通过
4873
通过率
49%
被复制
32
上传者