Run ID:68974

提交时间:2024-03-29 21:17:56

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