You are viewing a single comment's thread. Return to all comments →
a = set(map(int, input().split())) N = input() b = set(map(int, input().split())) for i in sorted(a^b): print(i)
Seems like cookies are disabled on this browser, please enable them to open this website
Symmetric Difference
You are viewing a single comment's thread. Return to all comments →