# Read the initial number of elements for the set. n = int(input()) # Read the initial elements of the set. # input().split() reads a line of space-separated strings ...
# You have a non-empty set s, and you have to execute N commands given in N lines. # The commands will be pop, remove and discard. # Input Format # The first line contains integer n, the number of ...