Run ID:43627

提交时间:2022-12-22 12:15:19

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