提交时间:2024-09-26 17:14:28

运行 ID: 51911

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