Hello world!

#include <bits/stdc++.h>

using namespace std;

string st;
int main()
{
cout<<"Hello world!"<<endl;
return 0;
}

 

posted @ 2023-07-19 10:34  黄浠锐  阅读(73)  评论(0)    收藏  举报