You are viewing a single comment's thread. Return to all comments →
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 →
n, m = input().split()
(sc_ar, A, B) = [set (map(int,input().split())) for _ in range (3)]
print (sum([(i in A) - (i in B) for i in sc_ar]))