ASCII Value

3.9

330 votes
Approved, Easy, Implementation, Ready
Problem

Given a character C, print the ASCII value of that character.

Input:
First and only line in input contains a character C.

Output:
Print the ASCII value of the character C.

Constraints:
C ASCII characters

Sample Input
b
Sample Output
98
Time Limit: 1
Memory Limit: 256
Source Limit:
Editor Image

?