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
10)}
A、Iamastudent.的前面
B、Iamastudent.的后面
C、Iamastudent.的下一行首列
D、不確定
您可能感興趣的試卷
你可能感興趣的試題
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
10)}
A、代表’\’和’n’兩個字符
B、回車,即回到當(dāng)前行的行首
C、回車換行,即回到下一行首列
D、制表符
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
10)}
A、iostream
B、cmath
C、iomanip
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
10)}
A、顯示字符串
B、標(biāo)準(zhǔn)輸出的流設(shè)備
C、標(biāo)準(zhǔn)輸入的流設(shè)備
D、程序入口
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
10)}
A、第1行
B、第2行
C、第3行
D、第4行
1)#include
2)usingnamespacestd;
3)intmain()
4){
5)inta,b,result;
6)cout<<"pleaseinputtwonumbers:\n";
7)cin>>a>>b;
8)result=3*a-2*b+1;
9)cout<<"resultis"<
A、浮點型
B、整型
C、字符型
D、無返回值
最新試題
實時操作系統(tǒng)的特征是什么?
運算符重載的本質(zhì)是什么?有哪兩種實現(xiàn)方式?
內(nèi)聯(lián)函數(shù)的優(yōu)缺點?通常在什么情況下使用?
多態(tài)類中的虛函數(shù)表是Compile-Time,還是Run-Time時建立的?
請問交換機(jī)和路由器各自的實現(xiàn)原理是什么?分別在哪個層次上面實現(xiàn)的?
一個父類寫了一個virtual函數(shù),如果子類覆蓋它的函數(shù)不加virtual,也能實現(xiàn)多態(tài)?
應(yīng)用程序在運行時的內(nèi)存包括代碼區(qū)和數(shù)據(jù)區(qū),其中數(shù)據(jù)區(qū)又包括哪些部分?
全局變量可不可以定義在可被多個.C文件包含的頭文件中?為什么?
Windows消息調(diào)度機(jī)制是()
存儲過程是什么?有什么用?有什么優(yōu)點?