Run ID:40107

提交时间:2022-10-11 21:19:45

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