helloworld打个酱油

#include <iostream>
using namespace std;
int main()
{
cout<<"helloworld"<<endl;
return 0;
}

 

posted @ 2019-10-15 12:39  昊天888  阅读(130)  评论(0)    收藏  举报