第29384题 单选题
在C++程序中使用cout进行标准输出时,以下关于所需头文件和命名空间的描述正确的是?
A

include <stdio.h> 和 using namespace std;

B

include <iostream> 和 using namespace std;

C

include <iostream> 和 using namespace printf;

D

include <stdlib.h> 和 using namespace cout;

程序运行统计
暂无判题统计
提交0次 正确率0.00%
答案解析