题解 | #记票统计#

记票统计

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

全部评论

相关推荐

不愿透露姓名的神秘牛友
07-03 17:37
点赞 评论 收藏
分享
醉蟀:你不干有的是人干
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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