提交时间:2023-10-30 20:54:46

运行 ID: 29519

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