Problem1840--字符串初学3(0.5)

1840: 字符串初学3(0.5)

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description

给你有n个字符串的数组,找出里面有多少个字符串是包含有字符‘a’的。

Sample Input Copy

5
egg sds wedf aqwe aa

Sample Output Copy

2

HINT

1<=n<=100

Source/Category