#P45. 练9.2 打印ASCII码

练9.2 打印ASCII码

Description

Input a visible character (except space) and output its ASCII code.

Input Format

A visible character (except space).

Output Format

A decimal integer representing the ASCII code of the character.

Sample

A
65