PROGRAMMING:number of a-e
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
### 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