问题 更新时间2023/4/3 12:59:00 [分析题,4分] #include void main() { int x,y; x=5;y=6; cout<<”x+y=”< 答案 登录 注册 x+y=11,x*y=30 出自:青书学堂 >> 许昌学院面向对象程序设计