为了账号安全,请及时绑定邮箱和手机立即绑定

error C2065: 'setbase' : undeclared identifier?啥情况

error C2065: 'setbase' : undeclared identifier?啥情况

qq_花开花谢_0 2022-07-01 07:07:36
#include <iostream.h>#include <iomanip.h>int main(){int n;cin>>setbase(n);cout<<hex<<n<<endl<<dec<<n<<endl<<oct<<n<<endl;return 0;}error C2871: 'std' : does not exist or is not a namespaceerror C2065: 'setbase' : undeclared identifier怎么回事呢?大神不要打我。题目错了。没有那个,只是error C2065: 'setbase' : undeclared identifier
查看完整描述

1 回答

?
慕桂英3389331

TA贡献2036条经验 获得超8个赞

#include <iostream>
#include <iomanip>
using namespace std;
int main()
{
int n;
cin>>setbase(n);
cout<<hex<<n<<endl
<<dec<<n<<endl
<<oct<<n<<endl;
return 0;
}


查看完整回答
反对 回复 2022-07-05
  • 1 回答
  • 0 关注
  • 162 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信