由 SZY创新工作室 开发并维护
#include <iostream> using namespace std; int main() { // 输出指定的字符串,注意格式要求 cout << "Hello,World!" << endl; return 0; }