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

PROGRAMMING:Find maximum ASCII character

Luz5年前 (2021-05-10)题库417
Input 5 characters from the keyboard and output the character with the largest ASCII value and its ASCII value.
###Output format:
There is a space between the largest character and its ASCII code.
###Input example:
```in
YmAkx
```
###Output example:
The corresponding output is given here. For example:
```out
x 120
```







answer:If there is no answer, please comment