题解 | #统计字符#

统计字符

https://www.nowcoder.com/practice/4ec4325634634193a7cd6798037697a8

while True:
    try:
        obj=input()
        tdata=input()
        for i in range(len(obj)):
            count=tdata.count(obj[i])
            print(f'{obj[i]} {count}')
    except EOFError:
        break

全部评论

相关推荐

点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务