You are a software engineer at Google, and you have been tasked with writing a program that recognizes faces.
You will be given face
.
Constraints
Each string is at least
Input Specification
The first line contains a single integer,
The next
Output Specification
Output a single line containing an integer, the number of faces.
Sample Input
Copy
6
desk
person
face
thefiveboxingwizardsjumpquickly
facet
face
Sample Output
Copy
2
Comments