1373: 【10】统计字符“e”的数量▁count
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:27
Solved:22
Description
输入一个字符串,其中可能包含字符“e”。输出字符串中字符“e”的数量。
Input
一个字符串。
Output
一个整数,表示输入的字符串中字符“e”的数量。
Sample Input Copy
example
Sample Output Copy
2