Problem Description

One character ch is provided. Output its ASCII/Unicode code using ord().

Input Format

One character.

Output Format

One integer code.

Sample Test Case

Input:
A
Output:
65

Constraints

Input length >= 1.

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next