填空题 下面程序的输出结果是( )。 #include using namespace sta;, template class ff { Type al,a2, a3; public: ff(Type b1,Type b2, Type b3) {al=bl; a2=b2; a3=b3;} }; Type sum 1 { return al+a2+a3;} }; int main 2; { ff x(12,13,14), y(16,17,18); cout<3<< " "<4<
  • 1、
【正确答案】 1、39 51    
【答案解析】