第一题 from collections import Counter if __name__ == "__main__": s = input() a = Counter(s) print(a.most_common()[0][1])
点赞 评论

相关推荐

牛客网
牛客企业服务