欢迎来到求知题库网 考试题库官网
全部科目 > 大学试题 > 计算机科学 > 计算机程序设计 > CPP考试

单项选择题

1)#include
2)using namespace std;
3)int main()
4){
5)int a,b,result;
6)cout<<"please input two numbers:\n";
7)cin>>a>>b;
8)result=3*a-2*b+1;
9)cout<<"resultis" << result << endl;
10)} 

该程序第5行中cout是哪一个头文件里定义的()。

    A、iostream
    B、cmath
    C、iomanip

点击查看答案&解析

相关考题