问题 更新时间2023/4/3 12:59:00 #include class f{private:int x,y;public:f1( ){x=0;y=0;}print( ){cout<<><><><>< p=""> };void main( ){f a;a.f1(1,1);a.print( );} 答案 登录 注册 a.f1(1,1); f1( )调用时实参与形参数量不一致 出自:联大 >> 安阳师范学院-计算机应用技术-C++程序设计