-->
当前位置:首页 > 题库

PROGRAMMING:number of a-e

Luz5年前 (2021-05-10)题库384
Input a series of characters, count the number of 'a' to 'e'.
### Input:
A series of characters end with enter. (<80)
### Output:
The number of 'a' to 'e'
### Input sample:
```
I am busy but happy !
```
### Output sample:
```
a(2)b(2)c(0)d(0)e(0)
```






answer:If there is no answer, please comment