#R1010. [KBC001B] Good
[KBC001B] Good
Problem Statement
You're given strings consisting of lowercase English letters. Determine if these strings are good.
The definition of good strings:
- Set the string obtained by concatenating these strings to .
- consisting all of lowercase English letters.
- The length of is less than or equal .
If these strings are good, print The quick brown fox jumps over a lazy dog.
, otherwise print Cwm fjord bank glyphs vext quiz.
.
Constraints
- , .
Sample Input #1
10
abcdef
ghij
klmn
opq
rst
u
v
wxy
z
z
Sample Output #1
The quick brown fox jumps over a lazy dog.
Sample Input #2
2
abcdefg
hijklmnopqrstuvvvxyz
Sample Output #2
Cwm fjord bank glyphs vext quiz.