提交时间:2023-02-11 11:07:10

运行 ID: 8699

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