← Back to List
8537번: Imiona mrówek ↗
Solutions
Python 3
66 B | 66 chars
print(max([len(set(list(input()))) for _ in range(int(input()))]))