提交时间:2024-09-13 21:07:39

运行 ID: 50832

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