You are viewing a single comment's thread. Return to all comments →
k = int(input()) room_no = input().split() room_no = sorted(room_no) c_room = set(room_no[1::2]) ^ set(set(room_no[0::2])) print(c_room.pop())
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 →