// 在此处开始编写你的 C++ 代码 #include using namespace std; int main() { cout << "Hello, World!" << endl; return 0; }
已复制到剪贴板!