Problem e: count hi

Problem e: count hi

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 32  Solved: 27
[Submit] [Status] [Web Board] [Creator:]

Description

给你一个字符串
输出字符串中 hi 字符串的数量

Input

ABChi hi

Output

2

Sample Input Copy

hiHIhi

Sample Output Copy

2