#include <iostream> int main() { using namespace std; cout << "HelloWorld" << endl; return 0; }
我的第一篇博客
原文:https://www.cnblogs.com/bigfuhao/p/10786083.html