1103: 求最大字符

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:198 Solved:136

Description

输入一个字符串,输出其中ASCII码值最大的字符。

Input

forword

Output

w

Sample Input Copy

12a67AH

Sample Output Copy

a

Source/Category