提交时间:2024-09-22 22:03:24

运行 ID: 51620

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