Today, we are happy to invite so many good friends. IHI has just written a long string to celebrate this great party. How many occurrences of "hznu" as a continuous substring are there in the long string? Please write a program to count the number.
The only line contains a non-empty string, consisting of no more than $$$100\,000$$$ lowercase Latin letters, 'a' to 'z'.
Output a line containing a single integer, indicating the number of occurrences of "hznu" in the given string.
hznu
1
hhzznnuu
0
| Name |
|---|


