题解列表

筛选

python注意点

摘要:先贴代码以示友好 ```python a=list(map(int,input().split())) a.append(int(input())) a.sort() for i in a:……