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