PROGRAMMING:Loop - n characters
First input a positive integer n, and then input n characters, if all capital letters, output perfect; If all lowercase letters, output good; If it is all digital, output nice. If the first three cases do not meet the output OK
###Input format:
First, enter a positive integer n,
Then enter n characters.
###Output format:
If all capital letters, output perfect; If all lowercase letters, output good; If it is all digital, output nice. If the first three cases do not meet the output OK
###Input example:
```in
ten
ABCDEABCDE
```
###Output example:
The corresponding output is given here. For example:
```out
perfect
```
answer:If there is no answer, please comment
###Input format:
First, enter a positive integer n,
Then enter n characters.
###Output format:
If all capital letters, output perfect; If all lowercase letters, output good; If it is all digital, output nice. If the first three cases do not meet the output OK
###Input example:
```in
ten
ABCDEABCDE
```
###Output example:
The corresponding output is given here. For example:
```out
perfect
```
answer:If there is no answer, please comment