问题 更新时间2023/4/3 12:59:00 [分析题,4分] #include ”iostream.h”class three{ int x,y,z; public: three(int a,int b,int c){ x=a;y=b;z=c;} friend ostream &operator<<(ostream &output, three ob); };ostream &operator<<(ostream &output, three ob){ output< 答案 登录 注册 10,30,20|50,100,40 出自:青书学堂 >> 许昌学院面向对象程序设计