Dotcpp  >  编程题库  >  Little Xie's issue
题目 2191:

Little Xie's issue

时间限制: 3s 内存限制: 192MB 提交: 202 解决: 70

题目描述

Christmas is coming. Little Xie wants to send a message to his friends to wish them a happy Christmas. In order to make the blessing more beautiful, please help him write a program to decorate the output with "*".

输入格式

a string with length L(0<=L<=500)

输出格式

a string surrounded by "*".

样例输入

Merry Christmas

样例输出

*******************
* Merry Christmas *
*******************

提示

零基础的同学可以先学习基础,教程见:  C语言教程C++教程编译器教程数据结构教程Python教程单片机教程

视频教学见视频网课

标签