[分析题,4分] #include<iostream.h> void main() { int x,y; x=5;y=6; cout<<”x+y=”<<x+y<<’,’; cout<<”x*y=”<<x*y<<endl; }
出自:许昌学院面向对象程序设计