C++的Hello World 2018-10-13 本文已影响0人 东南dn #include <iostream> int main(void) { std::cout << "Hello World" << std::endl; }