#include<iostream> int main(int arg, char** args){ std::cout<<"Hello World!<<std::endl; return 0; }
相关推荐