#Z12305. 打印ASCII码

打印ASCII码

Description

Enter a visible character (excluding space, guaranteed to be readable using the %c format specifier in the scanf function) and output its ASCII code.

Input Format

A visible character, excluding space.

Output Format

A decimal integer representing the ASCII code of the character.

A

65