提交时间:2024-09-20 21:19:14

运行 ID: 51337

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