被一个简单的问题堵塞了
#include<iostream>using namespace std;
main(){
int x,y;
int z;
z=x*y;
cin>>x>>y;
cout<<z<<endl;
}
输入:1 1
输出结果:
687194768
Press any key to continue
为什么这样子
[此贴子已经被作者于2006-10-26 16:51:52编辑过]
[此贴子已经被作者于2006-10-26 16:51:52编辑过]
2006-10-26 16:46
2006-10-26 17:03