0_0_24658034_11752.cpp
0_0_24658034_11752.cpp(24) : error C2143: 语法错误 : 缺少“,”(在“=”的前面)
0_0_24658034_11752.cpp(24) : error C2976: “std::pair”: 模板 参数太少
VC2013\INCLUDE\utility(81) : 参见“std::pair”的声明
0_0_24658034_11752.cpp(24) : error C3203: “pair”: 未专用化的 类 模板 不能用作 模板 变量,该变量属于 模板 参数“_Ty”,应为 real 类型
0_0_24658034_11752.cpp(29) : error C2143: 语法错误 : 缺少“,”(在“=”的前面)
0_0_24658034_11752.cpp(29) : error C2976: “std::pair”: 模板 参数太少
VC2013\INCLUDE\utility(81) : 参见“std::pair”的声明
0_0_24658034_11752.cpp(29) : error C3203: “pair”: 未专用化的 类 模板 不能用作 模板 变量,该变量属于 模板 参数“_Ty”,应为 real 类型
0_0_24658034_11752.cpp(30) : error C2664: “void std::queue<int,std::deque<_Ty,std::allocator<_Ty>>>::push(const int &)”: 无法将参数 1 从“std::pair<int,int>”转换为“int &&”
with
[
_Ty=int
]
原因如下: 无法从“std::pair<int,int>”转换为“int”
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_24658034_11752.cpp(33) : error C2143: 语法错误 : 缺少“,”(在“=”的前面)
0_0_24658034_11752.cpp(33) : error C2976: “std::pair”: 模板 参数太少
VC2013\INCLUDE\utility(81) : 参见“std::pair”的声明
0_0_24658034_11752.cpp(33) : error C2514: “std::pair”: 类没有构造函数
VC2013\INCLUDE\utility(81) : 参见“std::pair”的声明
0_0_24658034_11752.cpp(42) : error C2664: “void std::queue<int,std::deque<_Ty,std::allocator<_Ty>>>::push(const int &)”: 无法将参数 1 从“std::pair<int,int>”转换为“int &&”
with
[
_Ty=int
]
原因如下: 无法从“std::pair<int,int>”转换为“int”
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_24658034_11752.cpp(47) : error C2143: 语法错误 : 缺少“,”(在“=”的前面)
0_0_24658034_11752.cpp(47) : error C2976: “std::pair”: 模板 参数太少
VC2013\INCLUDE\utility(81) : 参见“std::pair”的声明
0_0_24658034_11752.cpp(47) : error C3203: “pair”: 未专用化的 类 模板 不能用作 模板 变量,该变量属于 模板 参数“_Ty”,应为 real 类型
0_0_24658034_11752.cpp(55) : error C2143: 语法错误 : 缺少“,”(在“=”的前面)
0_0_24658034_11752.cpp(55) : error C2976: “std::pair”: 模板 参数太少
VC2013\INCLUDE\utility(81) : 参见“std::pair”的声明
0_0_24658034_11752.cpp(55) : error C2514: “std::pair”: 类没有构造函数
VC2013\INCLUDE\utility(81) : 参见“std::pair”的声明
0_0_24658034_11752.cpp(61) : error C2664: “void std::vector<int,std::allocator<_Ty>>::push_back(const int &)”: 无法将参数 1 从“std::pair<int,int>”转换为“int &&”
with
[
_Ty=int
]
原因如下: 无法从“std::pair<int,int>”转换为“int”
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_24658034_11752.cpp(62) : error C2664: “void std::vector<int,std::allocator<_Ty>>::push_back(const int &)”: 无法将参数 1 从“std::pair<int,int>”转换为“int &&”
with
[
_Ty=int
]
原因如下: 无法从“std::pair<int,int>”转换为“int”
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_24658034_11752.cpp(88) : error C2065: “s”: 未声明的标识符
0_0_24658034_11752.cpp(106) : error C2664: “void std::vector<int,std::allocator<_Ty>>::push_back(const int &)”: 无法将参数 1 从“std::pair<int,int>”转换为“int &&”
with
[
_Ty=int
]
原因如下: 无法从“std::pair<int,int>”转换为“int”
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_24658034_11752.cpp(113) : error C2664: “void std::vector<int,std::allocator<_Ty>>::push_back(const int &)”: 无法将参数 1 从“std::pair<int,int>”转换为“int &&”
with
[
_Ty=int
]
原因如下: 无法从“std::pair<int,int>”转换为“int”
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_24658034_11752.cpp(116) : error C2065: “d”: 未声明的标识符
0_0_24658034_11752.cpp(119) : error C2660: “puts”: 函数不接受 0 个参数
|