L1-014. 简单题

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

思路:简单

注意点:无

1 #include<stdio.h>
2  int main()
3  {
4      printf("This is a simple problem.");
5      return 0;
6  }

 

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