25 September 2018 / 技术 Helloworld #include<iostream> using namespace std; int main(){ cout<<"helloworld"<<endl; return 0; }