题解 | #字符统计#

字符统计

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="")

全部评论

相关推荐

白菜小丑呜呜:Radis写错了兄弟
点赞 评论 收藏
分享
点赞 评论 收藏
分享
上海拼多多 算法工程师 总包54(好像是多多的算法白菜价 [笑cry]?)
sunrrrrise:多多太低了
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务