Python

字符串排序

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

inpt = int(input())

strs = []
for i in range(inpt):
    strs.append(input())
    
strs.sort()
for j in strs:
    print(j)


全部评论

相关推荐

点赞 评论 收藏
转发
2 1 评论
分享
牛客网
牛客企业服务