题目
要求
输入输出
样例
代码
#include<iostream>
using namespace std;
int main()
{
cout<<"To iterate is human, to recurse divine.";
}
【天梯赛】L1-1 人与神
阅读 64
2022-04-13
#include<iostream>
using namespace std;
int main()
{
cout<<"To iterate is human, to recurse divine.";
}
相关推荐
精彩评论(0)