PROGRAMMING:Print characters
###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
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