-->
当前位置:首页 > 题库

PROGRAMMING:Print characters

Luz5年前 (2021-05-10)题库546
###Task description
Input an ASCII code, output its corresponding character before and after the character.
###Input format:
An integer, that is, the ASCII code of the character, to ensure that the corresponding character and adjacent characters are visible.
###Output format:
A line containing two corresponding characters.
###Input example:
```in
sixty-six
```
###Output example:
```out
AC
```






answer:If there is no answer, please comment