You are viewing a single comment's thread. Return to all comments →
K = int(input()) arr= list(input().split()) s =set(arr) for ch in s: arr.remove(ch) temp = s.difference(set(arr)) print("".join(temp))
Seems like cookies are disabled on this browser, please enable them to open this website
The Captain's Room
You are viewing a single comment's thread. Return to all comments →