团体程序设计天梯赛-练习集L1-014. 简单题

L1-014. 简单题

时间限制
400 ms
内存限制
65536 kB
代码长度限制
8000 B
判题程序
Standard
作者
陈越

这次真的没骗你 —— 这道超级简单的题目没有任何输入。

你只需要在一行中输出事实:“This is a simple problem.”就可以了。

1 #include<bits/stdc++.h>
2 using namespace std;
3 int main(){
4     printf("This is a simple problem.\n");
5 }

 

posted @ 2016-07-04 10:29  April_AA  阅读(364)  评论(0编辑  收藏  举报