You are viewing a single comment's thread. Return to all comments →
_, l, happy, sad, ans = input(), list(map(int, input().split())),set(map(int, input().split())), set(map(int, input().split())), 0 for i in l: ans=ans+1 if i in happy else ans-1 if i in sad else ans print(ans)
Seems like cookies are disabled on this browser, please enable them to open this website
No Idea!
You are viewing a single comment's thread. Return to all comments →