注意:此页面搜索的是所有试题
[分析题,4分] #include<iostream.h> void main() { int x,y; x=5;y=6; cout<<”x+y=”<<x+y<<’,’; cout<<”x*y=”<<x*y<<endl; }

参考答案