下面C++代码执行后的输出是30,则横线处不能填入( )。
int a=10,b=20,c=30; cout << _____________________ << endl; cout << endl;
max(max(a, b), c)
min(a+b, c)
sqrt(a+b+c)
(a+b+c)/2