</pre><pre name="code" class="cpp">
Copyright (c) 2016,烟台大学计算机学院
All rights reserved.
文件名称:名字首字母
作者:张明明
完成日期:2016年9月22日
版本号:v1.0
题目描述:用*拼出自己名字首字母
*/
#include <stdio.h>
#include <stdlib.h>
int main()
{
printf("********* * *\n");
printf(" * * * * *\n ");
printf(" * * * * *\n");
printf(" * * * * *\n");
printf(" * * * *\n");
printf("********* * *");
return 0;
}
my first boke
最新推荐文章于 2024-09-30 18:02:13 发布
