题解列表

筛选

【1】字符串排序听都没听过

摘要:解题思路:两种输入的方法,就是不知道可以用map吗注意事项:参考代码:#a=[]#for i in range(3):#    a.append(input())a,b,c=input(),input……