Run ID:94503
提交时间:2024-10-22 21:25:13
#include<bits/stdc++.h> #include<iostream> using namespace std; int main(){ cout << "Hello World!"; return 0; }