You are viewing a single comment's thread. Return to all comments →
same as previous three
_,e,_,f = [set(map(int, input().split())) for _ in range(4) ] print(len(e ^ f))
Seems like cookies are disabled on this browser, please enable them to open this website
Summing the N series
You are viewing a single comment's thread. Return to all comments →
same as previous three