ASCII Code

Print the ASCII code of the given letter or digit.

Easy1ImplementationNo attempts yetTime limit1sMemory limit256 MB

Problem

One character is given. It is a lowercase letter, an uppercase letter, or a digit from 0 to 9. Write a program that prints the ASCII code of the given character.

Input

The first line contains one character. It is a lowercase letter, an uppercase letter, or a digit from 0 to 9.

Output

Print the ASCII code of the given character on the first line.