题解 | #记票统计#

记票统计

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

n = int(input())
ls = list(input().split())
m = int(input())
ld = list(input().split())
d = {}
c = 0
for i in ls:
    if i not in d:
        c += ld.count(i)

        print(i+' : '+str(ld.count(i)))
    
print("Invalid : "+str(m-c))

全部评论

相关推荐

zhiyog:哈哈哈,其实是津巴布韦币
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务