Set .add()

  • + 0 comments

    N = int(input())
    country_stamp = set(input() for _ in range(N))
    print(len(country_stamp))