0_0_38319256_26455.cpp
0_0_38319256_26455.cpp(12) : error C2365: “y1”: 重定义;以前的定义是“函数”
VC2013\INCLUDE\math.h(1001) : 参见“y1”的声明
0_0_38319256_26455.cpp(38) : error C2664: “void std::queue<PII,std::deque<_Ty,std::allocator<_Ty>>>::push(const std::pair<int,int> &)”: 无法将参数 1 从“initializer-list”转换为“std::pair<int,int> &&”
with
[
_Ty=PII
]
原因如下: 无法从“initializer-list”转换为“std::pair<int,int>”
无构造函数可以接受源类型,或构造函数重载决策不明确
0_0_38319256_26455.cpp(39) : error C2107: 非法索引,不允许间接寻址
0_0_38319256_26455.cpp(62) : error C2296: “*”: 非法,左操作数包含“double (__cdecl *)(double)”类型
|