#include<bits/stdc++.h>
using namespace std;
int main()
{
cout<<"Hello World!";
return 0;
}
信息学奥赛一本通2060
最新推荐文章于 2024-11-22 20:01:03 发布
#include<bits/stdc++.h>
using namespace std;
int main()
{
cout<<"Hello World!";
return 0;
}