Print the ASCII

5

2 votes
Problem

Given a character in the input. Print the corresponding ASCII value for that character.

Time Limit: 5
Memory Limit: 256
Source Limit:
Explanation

ASCII value of a is 97.

Editor Image

?