C++ 中的error c2784
#include<iostream>#include<vector>usingnamespacestd;vector<int>data;voidplan(intk,int...
#include<iostream>
#include<vector>
using namespace std;
vector<int>data;
void plan(int k,int lie,int sum)
{
int a,b,c,d;
if(k-lie>=0)
a=data<k-lie>;
if(k+lie<=sum)
b=data<k+lie>;
if((k-1)-k%lie>=0)
c=data<k-1>;
if((1+k%lie)-(k+1)>=0)
d=data<k+1>;
int temp[4]={a,b,c,d};
int max_temp=0;
for(int i=0;i<4;i++)
{
int num=0;
num=temp[i];
if(max_temp<num)
max_temp=num;
}
int length_way=0;
length_way+=data<k>-max_temp;
if(max_temp>1)
plan(max_temp,lie,sum);
else
cout<<length_way<<endl;
}
在VC++6.0中的错误提示是:
error C2784: 'bool __cdecl std::operator <(const class std::vector<_Ty,_A> &,const class std::vector<_Ty,_A> &)' : could not deduce template argument for 'const cla
ss std::vector<_Ty,_A> &' from 'class std::vector<int,class std::allocator<int> >' 展开
#include<vector>
using namespace std;
vector<int>data;
void plan(int k,int lie,int sum)
{
int a,b,c,d;
if(k-lie>=0)
a=data<k-lie>;
if(k+lie<=sum)
b=data<k+lie>;
if((k-1)-k%lie>=0)
c=data<k-1>;
if((1+k%lie)-(k+1)>=0)
d=data<k+1>;
int temp[4]={a,b,c,d};
int max_temp=0;
for(int i=0;i<4;i++)
{
int num=0;
num=temp[i];
if(max_temp<num)
max_temp=num;
}
int length_way=0;
length_way+=data<k>-max_temp;
if(max_temp>1)
plan(max_temp,lie,sum);
else
cout<<length_way<<endl;
}
在VC++6.0中的错误提示是:
error C2784: 'bool __cdecl std::operator <(const class std::vector<_Ty,_A> &,const class std::vector<_Ty,_A> &)' : could not deduce template argument for 'const cla
ss std::vector<_Ty,_A> &' from 'class std::vector<int,class std::allocator<int> >' 展开
1个回答
意法半导体(中国)投资有限公司
2023-06-12 广告
2023-06-12 广告
单片机,即单片微控制器,也称为单片微型计算机,是将中央处理器(CPU)、存储器(ROM,RAM)、输入/输出接口和其他功能部件集成在一块 在一个小块的集成电路上,从而实现对整个电路或系统的数字式控制。单片机不是完成某一个逻辑功能的芯片,而是...
点击进入详情页
本回答由意法半导体(中国)投资有限公司提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询