python 两个点没过 球条
查看原帖
python 两个点没过 球条
1575498
fangboran楼主2024/12/9 12:46

n = int(input()) count = 0 li = list(map(str,input().split())) li1 = sorted(li)[::-1] for i in li1: print(i,end='')

2024/12/9 12:46
加载中...