提交时间:2024-11-09 14:11:32

运行 ID: 56123

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