提交时间:2024-09-13 21:06:20
运行 ID: 50830
#include<bits/stdc++.h> using namespace std; int main() { cout<<"Hello,World!"<<endl; return 0; }