#include<bits/stdc++.h> //头文件 using namespace std; int main(){ cout<<"Hello World";//cout输出 return 0;//返回0 }