单选题

下面C++代码执行后的输出是30,则横线处不能填入(    )。

int a=10,b=20,c=30;

cout << _____________________ << endl;

cout << endl;

A

max(max(a, b), c)

B

min(a+b, c)

C

sqrt(a+b+c)

D

(a+b+c)/2

赣ICP备20007335号-2