- 【模板】字典树 1
为什么后面运行超时了?
- 2024-7-12 16:45:06 @
num = int(input())
result = set()
for i in range(num):
s = input()
result.add(s)
print(len(result))
1 comments
-
郑博升 LV 1 @ 2024-7-14 15:00:08
不是,你眼睛呢?
较低效的语言可能无法通过此题,建议选手使用较快的输入方式并使用带优化的语言提交。
- 1
Information
- ID
- 180
- Time
- 1000ms
- Memory
- 256MiB
- Difficulty
- 3
- Tags
- # Submissions
- 3313
- Accepted
- 437
- Uploaded By