Problem2772--打印字符的ASCII值

2772: 打印字符的ASCII值

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description

给定一个字符,请打印出该字符的ASCII值。
例如:
a
输出
97

Sample Input Copy

b

Sample Output Copy

98

Source/Category