若变量已正确定义,执行scanf("%d%c%f", &op1, &op, &op2); 输入( )之后,op1的值为1,op的值为'*',op2的值为2.0。A.1 *2.B.1 *2C.1 2.0D.12
D有空格都不对
d是1*2