C++程序5main.cpp代码示例
#include <iostream>
using namespace std;
int main() {
cout << "Hello, world!" << endl;
return 0;
}
iostream>
下载地址
用户评论