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
相关文章
相关标签/搜索