输出字符

#include<stdio.h>
#include<stdlib.h>
int main(void)
{
printf("\n\t************************\n");
printf("\t*             Very Good            *\n");
printf("\t************************\n");
system("PAUSE");
return 0;
}

posted @ 2017-03-10 23:52  HGR  阅读(200)  评论(0编辑  收藏  举报