#include<iostream>
using namespace std;
int main()
{
cout <<"hello world"<< endl;
system("pause");
return 0;
}
posted on 2023-07-27 22:06 ASXP 阅读(8) 评论(0) 收藏 举报