L1-014. 简单题

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

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

#include <iostream>
#include <cmath>
using namespace std;


int main(){
 
  
 cout<<"This is a simple problem."<<endl;
return 0;
}

posted @ 2017-03-23 17:26  ReallyFatBoy  阅读(185)  评论(0)    收藏  举报