100 atcoder#ABC164C. [ABC164C] gacha
[ABC164C] gacha
Score : points
Problem Statement
You drew lottery times. In the -th draw, you got an item of the kind represented by a string .
How many kinds of items did you get?
Constraints
- consists of lowercase English letters and has a length between and (inclusive).
Input
Input is given from Standard Input in the following format:
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