Problem F
Fifty Shades of Pink
Input
Input starts with an integer $1 \leq N \leq 1\, 000$, the number of button packages in the box. The following $N$ lines each has a color name, one for each package. The names consist of up to 30 characters of letters A - Z, a - z.
Output
Print one integer, the number of training sessions Thore can attend. If he can’t attend any session because there are no pink buttons, output his standard excuse “I must watch Star Wars with my daughter”.
Sample Input 1 | Sample Output 1 |
---|---|
12 pink tequilaSunrose mExicanPInK Coquelicot turqrose roSee JETblack pink babypink pInKpinkPinK PInkrose lazerlemon |
9 |
Sample Input 2 | Sample Output 2 |
---|---|
6 roose rosse pinnk screw cerise magenta |
I must watch Star Wars with my daughter |