题解 | #字符串排序#牛客网里面最短的python代码没有之一

字符串排序

http://www.nowcoder.com/practice/5af18ba2eb45443aa91a11e848aa6723

res = []
for i in range(n):
    res.append(input())
    
li = sorted(res)
for i in li:
    print(i)
全部评论

相关推荐

评论
点赞
1
分享

创作者周榜

更多
正在热议
更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务