题解 | #字符串排序#
字符串排序
https://www.nowcoder.com/practice/5af18ba2eb45443aa91a11e848aa6723
import sys
input_data = sys.stdin.read().strip().splitlines()
n = int(input_data[0])
str = input_data[1:n+1]
str.sort()
for i in str:
print(i)
字符串排序
https://www.nowcoder.com/practice/5af18ba2eb45443aa91a11e848aa6723
import sys
input_data = sys.stdin.read().strip().splitlines()
n = int(input_data[0])
str = input_data[1:n+1]
str.sort()
for i in str:
print(i)
相关推荐
等闲_:感觉咱们双非的同学都有一个共性,想证明双非也是能进大厂的,我之前所有的标签都喜欢带着双非,仿佛这样可以像别人证明自己的实力,现在我却不再想证明双非到底能不能进大厂,我的生活的所有者是我自己,享受生活,接受结果