题解 | #字符统计#

字符统计

https://www.nowcoder.com/practice/c1f9561de1e240099bdb904765da9ad0

text = list(input())
text.sort()
word = {}
temp = []
for i in text:
    word[i] = text.count(i)

for k, v in word.items():
    temp.append((k, v))
temp.sort(key=lambda x: x[1], reverse=True)
for j in temp:
    print(j[0], end="")

全部评论

相关推荐

不愿透露姓名的神秘牛友
12-17 17:43
Java抽象带篮子:绝绝子暴风吸入啊
点赞 评论 收藏
分享
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务