#include <iostream>
using namespace std;
int main()
{
cout<<"hello world\n";
return 0;
}
hello world
最新推荐文章于 2024-02-02 13:49:56 发布
#include <iostream>
using namespace std;
int main()
{
cout<<"hello world\n";
return 0;
}