题解 | #新年快乐#
新年快乐
https://www.nowcoder.com/practice/5ff7a98ae3f0446dac3cc18a7f0d311d
#include <stdio.h>
int main()
{
char ctl[]="Happy New Year*2019*";//字符型数组储存英文
printf("%s\n",ctl);
}
新年快乐
https://www.nowcoder.com/practice/5ff7a98ae3f0446dac3cc18a7f0d311d
#include <stdio.h>
int main()
{
char ctl[]="Happy New Year*2019*";//字符型数组储存英文
printf("%s\n",ctl);
}
相关推荐