求大神指点下 以下的程序哪里错了
#include<iostream> int main()
{
cout<<"请输入两个数字:"<<endl;
int v1=0,v2=0;
cin>>v1>>v2;
cout<<"两个数字的积为:"<<v1*v2<<std::end1;
return 0;
}
2014-03-12 15:25
2014-03-12 15:36
2014-03-12 16:30
2014-03-12 21:16