Time limit 100/100/100/100 ms. Memory limit 65000/65000/65000/65000 Kb.
Write a program to print code of given ASCII character.
Input
A single ASCII character
Output
ASCII code of the input character
Examples
| standart input | standart output |
| S | 83 |
| } | 125 |
Для отправки решений необходимо выполнить вход.
|