题解 | 字符串哈希
字符串哈希
https://www.nowcoder.com/practice/dadbd37fee7c43f0ae407db11b16b4bf
n = int(input())
list = []
for i in range(n):
s = input()
if not list:
list.append(s)
elif list and s not in list:
list.append(s)
print(len(list))
三奇智元机器人科技有限公司公司福利 65人发布