Hello world! 2019-11-12 本文已影响0人 孤影渐苍茫 #include <iostream> int main { std::cout << “Hello world!” << std::endl; return 0; }