ASCII Value
Practice
3.9 (330 votes)
Approved
Easy
Implementation
Ready
Problem
90% Success 29667 Attempts 10 Points 1s Time Limit 256MB Memory 1024 KB Max Code
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 \in\) ASCII characters
Submissions
Please login to view your submissions
Similar Problems
No similar problems found
Editorial