提交时间:2026-03-21 13:13:02
运行 ID: 433528
#include<bits/stdc++.h> using namespace std; int main(){ cout<<"Hello,World!"; return 0; }