1283: 统计字符“a”的数量

Memory Limit:256 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:10 Solved:6

Description

[md] 输入一个字符串,其中可能包含字符“a”。输出字符串中字符“a”的数量。 [/md]

Sample Input Copy

I have a dream

Sample Output Copy

3

Source/Category