Run ID:43370

提交时间:2022-12-10 22:33:54

#include<iostream> using namespace std; int main() { cout<<"Hello World!"; return 0; }