按要求输出
时间限制:
Sec
提交:
[提交][状态][讨论版]
题目描述
编写一个C程序,输出以下信息:
**************************
Very
Good!
**************************
数*号可看出,Very前面9空格,Good前面……
*也是输出的一部分,别光打印Very Good!
输入
无需输入
输出
**************************
Very
Good!
**************************
样例输入
样例输出
************************** Very
Good!
**************************
#include
using namespace std;
int main()
{
cout<<“**************************”<<endl
<<”
Very
Good!”<<endl
<<“**************************”<<endl;
return 0;
}
This article is automatically posted by WP-AutoPost : WordPress自动采集发布插件
文章抓取设置,WP-AutoPost