提交时间:2025-05-10 13:35:11

运行 ID: 321384

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