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、程序入口