提交时间:2025-12-19 15:49:21

运行 ID: 76713

#include <bits/stdc++.h> using namespace std; int main() { cout << "Hello,World!"; return 0; }