#include <iostream> using namespace std; int main() { cout<<"helloworld"<<endl; return 0; }
helloworld打个酱油
原文:https://www.cnblogs.com/V-Sec/p/11676996.html