PROGRAMMING:number of "pass"
Input a series of characters, count the number of "pass".
### Input:
A series of characters end with enter. (<80)
### Output:
The number "pass"
### Input sample:
```
pass fail pass pass fail
```
### Output sample:
```
three
```
answer:If there is no answer, please comment
### Input:
A series of characters end with enter. (<80)
### Output:
The number "pass"
### Input sample:
```
pass fail pass pass fail
```
### Output sample:
```
three
```
answer:If there is no answer, please comment