题解 | #记票统计#

记票统计

https://www.nowcoder.com/practice/3350d379a5d44054b219de7af6708894

n = int(input())
candidate=input().split()
num = int(input())
votes = input().split()
res = dict()
for x in votes:
    if x in candidate:
        res[x] = res.get(x,0)+1
    else:
        res['Invalid'] = res.get('Invalid',0)+1
for x in candidate:
    print(x,":",res.get(x,0))
print('Invalid',":",res.get('Invalid',0))

全部评论

相关推荐

熊大不大:微信也是华为旗下吧,我看我朋友也是华为工牌写wx
点赞 评论 收藏
分享
10-09 16:12
门头沟学院 Java
帅宇殿下:佬,简历写的什么
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务