#OLD734. ASCII码转数字

ASCII码转数字

Description

给定一个字符chch,输出它在ASCII码中的位置

Format

Input

如题

Output

如题

Samples

a
97
0
48

Hint