7-6 简单题
这次真的没骗你 —— 这道超级简单的题目没有任何输入。
你只需要在一行中输出事实:This is a simple problem.
就可以了。
代码长度限制
16 KB
时间限制
400 ms
内存限制
64 MB
C++
#include<iostream>
using namespace std;
int main()
{
cout<<"This is a simple problem.";
}
7-6 简单题
这次真的没骗你 —— 这道超级简单的题目没有任何输入。
你只需要在一行中输出事实:This is a simple problem.
就可以了。
代码长度限制
16 KB
时间限制
400 ms
内存限制
64 MB
C++
#include<iostream>
using namespace std;
int main()
{
cout<<"This is a simple problem.";
}