① c++ cout需要包含哪个头文件
包含头文件iosdream,比如下面的程序运行结果就是输出显示 hello!
#include<iostream>
using namespace std;
int main()
{
cout<<"hello!"<<endl;
return 0;}
① c++ cout需要包含哪个头文件
包含头文件iosdream,比如下面的程序运行结果就是输出显示 hello!
#include<iostream>
using namespace std;
int main()
{
cout<<"hello!"<<endl;
return 0;}