传统题 1000ms 256MiB

C - gacha

该比赛已结束,您无法在比赛模式下递交该题目。您可以点击“在题库中打开”以普通模式查看和递交本题。

C - gacha

Score : $300$ points

Problem Statement

You drew lottery $N$ times. In the $i$-th draw, you got an item of the kind represented by a string $S_i$.

How many kinds of items did you get?

Constraints

  • $1 \leq N \leq 2\times 10^5$
  • $S_i$ consists of lowercase English letters and has a length between $1$ and $10$ (inclusive).

Input

Input is given from Standard Input in the following format:

NN

S1S_1

::

SNS_N

Output

Print the number of kinds of items you got.


3
apple
orange
apple
2

You got two kinds of items: apple and orange.


5
grape
grape
grape
grape
grape
1

4
aaaa
a
aaa
aa
4

2024春季入门组刷题营(九)

未参加
状态
已结束
规则
IOI
题目
8
开始于
2024-5-12 13:00
结束于
2024-5-12 15:00
持续时间
2 小时
主持人
参赛人数
11