#A4009. ASCII 码转换:字符转换为ASCII
ASCII 码转换:字符转换为ASCII
Background背景
输入一个小写字母(a-z),输出这个字母所对应的 ASCII 码值。
Input输入
输入:输入仅一行,输入一个小写字母(a-z)。
Output输出
输出:输出仅一行,即对应的 ASCII 码值。
Samples样例
a
97
Limitation限制
1s, 1024KiB for each test case.
输入一个小写字母(a-z),输出这个字母所对应的 ASCII 码值。
输入:输入仅一行,输入一个小写字母(a-z)。
输出:输出仅一行,即对应的 ASCII 码值。
a
97
1s, 1024KiB for each test case.
By signing up a 霖家编程 universal account, you can submit code and join discussions in all online judging services provided by us.