L1-014.简单题

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

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

#include<iostream>
using namespace std;
int main(){
    cout<<"This is a simple problem.";
    return 0;
} 

 

posted @ 2017-05-10 16:49  与你若只如初见  阅读(218)  评论(0)    收藏  举报