很简单的c++入门问题。这代码有什么错误?
#include<iostream>intzhuanma(int);intmain(){usingnamespacestd;cout<<"howmanyLANG?"<<e...
#include <iostream>
int zhuanma(int);
int main()
{
using namespace std;
cout << "how many LANG?" << endl;
int LANG;
cin >> LANG;
int MA;
MA = zhuanma(LANG);
cout << LANG " LANGs = " << MA << "MAs";
cin.get();
return 0;
}
int zhuanma(int n)
{
return 220 * n;
}
有一个error.可是没写出哪里的错误。希望告诉我要怎么改正 展开
int zhuanma(int);
int main()
{
using namespace std;
cout << "how many LANG?" << endl;
int LANG;
cin >> LANG;
int MA;
MA = zhuanma(LANG);
cout << LANG " LANGs = " << MA << "MAs";
cin.get();
return 0;
}
int zhuanma(int n)
{
return 220 * n;
}
有一个error.可是没写出哪里的错误。希望告诉我要怎么改正 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询