提交时间:2025-08-07 15:45:36
运行 ID: 338494
#include<bits/stdc++.h> using namespace std; int main(){ cout<<"Hello,World!"<<endl; return 0; }