c++編程實例

一、 #include<iostream> using namespace std; int main() { cout << "Hello world!" << "\n"; return 0; } 結果php Hello world!二、 #include<iostream> #include<string> using namespace std; extern int a, b; ex
相關文章
相關標籤/搜索