私信TA
用户名:dsw1433
访问量:2331
签 名:
自我简介:
作者: yukijudai 发表时间:2022-04-06 08:48:35 浏览:97 | 评论:0
解题思路:注意事项:参考代码:
while True:
a=list(map(int,input().split()))
a=a[1:]
b=sorted(a,reverse=True)
for i in b:
print(i,end=' ')
print()
b=[]
0.0分
0 人评分
看不懂代码解释一下代码? 或者生成一段代码?试试AI编程助手吧