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