• + 1 comment

    same as previous three

    _,e,_,f = [set(map(int, input().split())) for _ in range(4) ]
    print(len(e ^ f))