-->
当前位置:首页 > 题库

PROGRAMMING:Loop - n characters

Luz5年前 (2021-05-10)题库379
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