#B2018. ASCII Character Converter

    ID: 11100 Type: Default 1000ms 256MiB

ASCII Character Converter

ASCII Character Converter

This problem requires you to read an integer representing an ASCII code and output its corresponding character. The conversion follows the standard ASCII table. The input integer will be within the valid ASCII range (0 to 127).

inputFormat

A single integer which represents the ASCII code.

outputFormat

A single character corresponding to the input ASCII code.

sample

65
A