full_hope
full_hope
题解
题解 | #字符串排序#
全部文章
题解
归档
标签
去牛客网
登录
/
注册
题解 | #字符串排序#
393 浏览
0 回复
2022-02-06
full_hope
+关注
字符串排序
http://www.nowcoder.com/practice/5af18ba2eb45443aa91a11e848aa6723
for s in sorted([input() for i in range(int(input()))]): print(s)
Python3
举报
收藏
赞
评论加载中...