← Back to List

25840번: Sharing Birthdays ↗

Solutions

Python 3
55 B | 55 chars
print(len(set([input() for _ in range(int(input()))])))