第31807题 单选题
以下C++代码执行后,output变量的最终值为多少?
int num = 3;
int output = num++ + 2 * num++;
A

11

B

9

C

14

D

15

程序运行统计
暂无判题统计
提交0次 正确率0.00%
答案解析