練習1.3 編寫程序,在標準輸出上打印Hello,World!

//編寫程序,在標準輸出上打印Hello,World。 #include <iostream> int main() { std::cout << "Hello, World!" << std::endl; return 0; } 輸出結果ios /Users/benjaminliu/C++Primer/1.3/cmake-build-debug/1_3uiHello, Wor
相關文章
相關標籤/搜索