L1-045. 宇宙无敌大招呼

题目链接:https://www.patest.cn/contests/gplt/L1-045

思路:简单

注意点:无

1 #include<stdio.h>
2 int main()
3 {
4     char str[8];
5     scanf("%s",str);
6     printf("Hello %s\n",str);
7     return 0;
8 }

 

posted @ 2018-01-18 12:44  爱你的笑  阅读(346)  评论(0编辑  收藏  举报