#include <stdio.h> int main( ) { printf("************\n"); printf(" Welcome\n"); printf("************\n"); return 0; }
看下你写的代码,最后输出不用换行。