#include <stdio.h>
 int main()
 {
    char ctl[]="Happy New Year*2019*";//字符型数组储存英文
    printf("%s\n",ctl);
 }