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

PROGRAMMING:Beautify the name

Luz5年前 (2021-05-10)题库360
Input name, beautify and output.
###Input format:
Enter a name, such as "Zhang Wuji", "Nezha", "Fiona"
###Output format:
Add an asterisk to the left and right of the name, such as "* Zhang Wuji *", "* Nezha *", "* Fiona *"
###Input example:
Here is a set of inputs. For example:
```in
Tom
```
###Output example:
The corresponding output is given here. For example:
```out
*Tom*
```







answer:If there is no answer, please comment