Run ID:54061
提交时间:2023-07-20 10:13:56
#include<iostream> using namespace std; int main(){ cout<<"Hello World!"; return 0; }