1)#include 2)usingnamespacestd; 3)intmain() 4){ 5)inta,b,result; 6)cout< 7)cin>>a>>b; 8)result=3*a-2*b+1; 9)cout< 10)} 程序第8行中有几种操作符:()

A . A.3个 B . 4个 C . 5个 D . 6个

时间:2022-10-02 09:28:19 所属题库:CPP考试题库

相似题目