提交时间:2024-09-15 11:34:32

运行 ID: 50884

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