You are viewing a single comment's thread. Return to all comments →
e = int(input()) e_num = set(input().split()) f = int(input()) f_num = set(input().split()) print(len(e_num & f_num))
Seems like cookies are disabled on this browser, please enable them to open this website
Set .intersection() Operation
You are viewing a single comment's thread. Return to all comments →