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

PROGRAMMING:Step into computer series (7) ASCII code to character

Luz5年前 (2021-05-10)题库406
Li suddenly remembered that since characters can be converted to ASCII, then ASCII can also be converted to characters. But I'm going to trouble you again
###Input format:
One ASCII code per line, which is the number in the range of 2 ^ 7-1
###Output format:
Output corresponding characters
###Input example:
Here is a set of inputs. For example:
```in
ninety-seven
```
###Output example:
The corresponding output is given here. For example:
```out
a
```







answer:If there is no answer, please comment