#1190. 统计f辅音字母个数

统计f辅音字母个数

Background

Special for beginners, ^_^

Description

Given two integers x and y, print the sum.

Format

Input

输入一篇英语文章(不超过11M),保证其中只含有小写字母,请统计其中的辅音字符个数。 .

Output

一个正整数,表示辅音字母个数。

Samples

abc
2

Limitation

1s, 1024KiB for each test case.