题解 | 字符串哈希

字符串哈希

https://www.nowcoder.com/practice/dadbd37fee7c43f0ae407db11b16b4bf


q = int(input())

# 使用集合存储,集合会自动去重
str_only = set()
    
for _ in range(q):
    s = input().strip()
    str_only.add(s)

print(len(str_only))

全部评论

相关推荐

评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务