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

Please login to use the editor

You need to be logged in to access the code editor

Loading...

Please wait while we load the editor

Loading...
Results
Custom Input
Run your code to see the output
Submissions
Please login to view your submissions
Similar Problems
No similar problems found