L1-038. 新世界

题目地址:https://www.patest.cn/contests/gplt/L1-038

思路:简单

注意点:无

1 #include<stdio.h>
2 int main()
3 {
4     printf("Hello World\n");
5     printf("Hello New World\n");
6     return 0;
7 }

 

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